Projects in Awesome Lists tagged with bin-tree
A curated list of projects in awesome lists tagged with bin-tree .
https://github.com/basemax/checkfullbinarytreec
This is a simple C program to check if a binary tree is full or not.
bin-tree binary-tree binarytree bintree c data-structure datastructure ds full-binary-tree tree
Last synced: 03 Apr 2025
https://github.com/basemax/searchbintreepy
A simple python class for search in binary tree. This class provides a few methods for searching in binary tree. Search methods are recursive and non-recursive. You can easily search in binary tree with only on left or right child, and you can search in binary tree with both left and right child.
bin-tree binary-tree bintree py python search-tree tree tree-search tree-searching
Last synced: 11 Sep 2025
https://github.com/basemax/swapbintreec
A C program to swap the left and right nodes of a binary tree. It mean we are going to change the left node to right and right node to left. Even the child nodes of the left and right nodes will be swapped. This program is written in C language.
bin-tree binary-tree binarytree bintree c data-structure datastructure swap-binary-tree swap-binarytree swap-tree tree
Last synced: 03 Jul 2025
https://github.com/basemax/deepcopybinarytreec
A C program to deep copy a binary tree. Deep copy means that any changes made to the new binary tree don't affect the original binary tree. Both recursive and iterative algorithms are implemented. The iterative algorithm a few lines of code and uses a variable to keep track of the current node.
bin-tree binary-tree binary-trees bintree c copy-binary-tree copy-tree data-structure datastructure deep-copy deepcopy ds queue queue-algorithm queues tree
Last synced: 03 Apr 2025
https://github.com/basemax/cbinarytreesequality
This is a C implementation of the Binary-Trees Equality program to check two binary trees are identical or not.
bin-tree binary-tree binary-tree-c binary-trees bintree c data-structure datastructure ds tree
Last synced: 21 Apr 2026