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.
- Host: GitHub
- URL: https://github.com/lucapolese/tree
- Owner: LucaPolese
- License: mit
- Created: 2020-10-26T08:42:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-01T21:40:42.000Z (over 5 years ago)
- Last Synced: 2025-01-17T06:32:04.703Z (over 1 year ago)
- Topics: cpp17, oop, tree
- Language: C++
- Homepage:
- Size: 131 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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