Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hirwa13/binary_trees
https://github.com/hirwa13/binary_trees
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hirwa13/binary_trees
- Owner: HIRWA13
- Created: 2023-06-02T00:13:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-02T00:33:29.000Z (over 1 year ago)
- Last Synced: 2023-09-09T01:59:25.367Z (over 1 year ago)
- Language: C
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 0x1D C - Binary trees :pencil2:
> C is a powerful general-purpose programming language. It can be used to develop software like operating systems, databases, compilers, and so on. This projects covers the concepts of binary trees! This was a project done with the contribution of my peer in many other SWE projects [Jorge Zafra](https://github.com/jorgezafra94/) Kudos!
At the end of this project, We were able to undesrtand these questions:
* 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