Silmarillli/DataStructuresLib
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
ALGORITHMS Coded up and tested some of advanced Algorithms and Data structures in C++. The implementation makes extensive use of Standard Template Library. Google Testing framework is used for automating tests for these algorithms. BUILD USING CMAKE To build the test cases for various implementations, follow the commands in the source directory. mkdir mybuild cd mybuild cmake .. make