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

https://github.com/lucapolese/tree

Basic C++ source code useful to understand how to create, copy, hard assign, and delete trees using an OOP language.
https://github.com/lucapolese/tree

cpp17 oop tree

Last synced: 17 days ago
JSON representation

Basic C++ source code useful to understand how to create, copy, hard assign, and delete trees using an OOP language.

Awesome Lists containing this project

README

          

# Tree
**Basic C++ source code** useful to understand how to create, copy, hard assign and delete trees using an OOP language.\
This version of the code has been created during the OOP class tought by the _**Prof. Francesco Ranzato**_ [@UniPD](https://www.math.unipd.it/~franz/).\
Everyone that wants to use it for either personal or working use feel free to copy-and-paste the raw code or download it.

## Message for @Everybody
* Every pull request is well accepted.
* If you want to send me some suggestions about better practices of C++ coding, or if you find some errors in the code/documentation open an issue and I'll try quicker as I can.

Thanks for the support