AlgoPlus icon indicating copy to clipboard operation
AlgoPlus copied to clipboard

AlgoPlus is a C++17 library for complex data structures and algorithms

Results 27 AlgoPlus issues
Sort by recently updated
recently updated
newest added

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...

documentation
good first issue

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...

documentation
good first issue

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)...

enhancement
Tree
visualization

Please be free to contribute whatever you think is useful. Don't only feel the need to contribute if there are issues open :)

bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
graph
Tree
visualization
algorithms
stack
queue
unit_tests

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...

bug
good first issue
unit_tests

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...

documentation
enhancement
good first issue

The classes from the third_party folder appears in our doxygen documentation. These classes should somehow be removed and not appear there. ![Στιγμιότυπο οθόνης 2024-07-02, 6 34 45 μμ](https://github.com/CSRT-NTUA/AlgoPlus/assets/51701672/fa2c6a16-4cc3-4cba-a221-d43c73235366)

bug
documentation
good first issue

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/...

good first issue

A couple of classes at src/machine_learning do not have test cases. We should add test cases for them in the tests folder.

enhancement
good first issue

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...

dependencies
github_actions