https://github.com/sahinmeric/binary_trees
https://github.com/sahinmeric/binary_trees
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sahinmeric/binary_trees
- Owner: sahinmeric
- Created: 2022-03-23T00:53:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-24T17:07:50.000Z (over 3 years ago)
- Last Synced: 2025-01-08T03:54:00.024Z (6 months ago)
- Language: C
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# binary_trees
## Learning Objectives
* What is a binary tree
* What is the difference between a binary tree and a Binary Search Tree
* What is the possible gain in terms of time complexity compared to linked lists
* What are the depth, the height, the size of a binary tree
* What are the different traversal methods to go through a binary tree
* What is a complete, a full, a perfect, a balanced binary tree