Skip to content

🌲 A well documented and tested General Tree Data Structure

License

Notifications You must be signed in to change notification settings

pparuzel/General-Tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

General-Tree

General Tree Data Structure

This coding project is to demonstrate the use of modern C++ standard
as well as unit tests in implementation and verification of GENERAL TREE.

Example of use:
maincpp_example

Which outputs (possibly):

Empty container
P, K, P, N, H, U, P, O, O, A, 
Highest value element: U

The data structure has been tested by implementing CppUnit test cases.
Doxygen tool has generated the documentation relying on the configuration file
and multi-line comments.