An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with copy-binary-tree

A curated list of projects in awesome lists tagged with copy-binary-tree .

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