CSRT-NTUA / AlgoPlus

AlgoPlus is a C++17 library for complex data structures and algorithms
https://csrt-ntua.github.io/AlgoPlus
Apache License 2.0
149 stars 20 forks source link

Implement new algorithms #9

Closed spirosmaggioros closed 1 month ago

spirosmaggioros commented 5 months ago

Algorithms folder looks empty. There are plenty of algorithms to add and we are happy to see new contributors do that! You can also add test cases and comments for the algorithms.

arthiondaena commented 5 months ago

can i implement graph algorithms like FloydWarshall, BellmanFord, etc..

spirosmaggioros commented 5 months ago

Sure you can, you can either implement it inside the graph.h or in the algorithms folder, that depends on the implementation you have. Thanks for your interest :)

dhruvabhat24 commented 4 months ago

Can i implement algorithms like

  1. Selection sort.

  2. Bubble sort.

  3. Insertion sort.

  4. Merge sort.

  5. Quick sort.

  6. Heap sort.

spirosmaggioros commented 4 months ago

@dhruvabhat24 I believe all the following algorithms do exist inside algorithms folder