GitHub topics: bintree
atesztoth/js-binary-tree
This is an implementation of a binary tree in ts and js (with flow)
Language: TypeScript - Size: 771 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

SeanLachhander/BinaryTree
The executable version of your program is 'bintree'. The makefile ensures this. The bintree program supports the following usage: bintree 'infilename' 'outfilename' The first argument, 'infilename', is the name of a file that my program parses to generate the binary search tree.
Language: C - Size: 8.79 KB - Last synced at: over 1 year ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

br0kenpixel/bintree
A simple binary tree implementation in Rust.
Language: Rust - Size: 0 Bytes - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

BaseMax/CheckFullBinaryTreeC
This is a simple C program to check if a binary tree is full or not.
Language: C - Size: 18.6 KB - Last synced at: about 19 hours ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

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.
Language: Python - Size: 19.5 KB - Last synced at: about 19 hours ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

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.
Language: C - Size: 16.6 KB - Last synced at: about 19 hours ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

BaseMax/CBinaryTreesEquality
This is a C implementation of the Binary-Trees Equality program to check two binary trees are identical or not.
Language: C - Size: 18.6 KB - Last synced at: about 19 hours ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

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.
Language: C - Size: 20.5 KB - Last synced at: about 19 hours ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

rehman000/Data_Structures
A Repository containing all assignments from CSC 212: Data Structures (Fall 2018) at The City College of New York.
Language: C++ - Size: 1.04 MB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

roronoasins/ed-ugr
Repositorio de prácticas realizadas en la asignatura ED(Estructura de Datos) - UGR // C++
Language: HTML - Size: 3.76 MB - Last synced at: almost 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 1

Cadiducho/QuienEsQuien
Juego Quién es Quién creado con árboles binarios
Language: C++ - Size: 61.5 KB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0
