vincenzopalazzo / cpstl

Copy and Paste standard library (CPSTL) is a repository with a collection of data structure and algorithms in many different languages
https://docs.page/vincenzopalazzo/cpstl
GNU General Public License v2.0
14 stars 3 forks source link

cpp: build dynamic tree #57

Closed Mouradouchane closed 1 year ago

Mouradouchane commented 2 years ago

this is my rebuild of dynamic tree with some improvements and enhancement

vincenzopalazzo commented 2 years ago

This PR to be merged need to implement also some test, you can implement the test that is in the directory test/Main.cpp and you can inspire your solution to my BSTree.cpp implementation https://github.com/vincenzopalazzo/cpstl/blob/master/cpp/data_structures/btree/test/Main.cpp