Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sahinmeric/binary_trees
https://github.com/sahinmeric/binary_trees
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sahinmeric/binary_trees
- Owner: sahinmeric
- Created: 2022-03-23T00:53:21.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-24T17:07:50.000Z (almost 3 years ago)
- Last Synced: 2024-11-10T18:32:25.052Z (2 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