AlgoPlus
AlgoPlus copied to clipboard
AlgoPlus is a C++17 library for complex data structures and algorithms
Examples folder can be used to show some real use of the algorithms and classes we have implemented. You can add some problems and the solutions to them, or in...
1. Check documentation and see if any functions for the already implemented classes are missing 2. Please add classes that are missing from the documentation in the tutorials folder and...
the simple tree(tree.h header) was lately added and lacks a visualization generator function. You can take the other tree headers as reference to create the generator function(to generate the string)...
Please be free to contribute whatever you think is useful. Don't only feel the need to contribute if there are issues open :)
For ubuntu users. We have to review the 234 tree class and it's test cases as the ubuntu workflow has errors when running the test cases. In other os's test...
Except machine_learning folter, the examples for the other classes and algorithms are not that many. You can either solve problems with what is implemented or just do whatever you think...
The classes from the third_party folder appears in our doxygen documentation. These classes should somehow be removed and not appear there. 
At src/include/ we have algoplus.h to help users include all the headers that he have. In this PR, new contributors can help with making sure that every header from src/...
A couple of classes at src/machine_learning do not have test cases. We should add test cases for them in the tests folder.
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.0.1 to 4.6.0. Release notes Sourced from codecov/codecov-action's releases. v4.6.0 What's Changed build(deps): bump github/codeql-action from 3.25.8 to 3.25.10 by @dependabot in codecov/codecov-action#1481 build(deps): bump actions/checkout from...