ProAlgos-Cpp icon indicating copy to clipboard operation
ProAlgos-Cpp copied to clipboard

C++ implementations of well-known (and some rare) algorithms, while following good software development practices

Results 22 ProAlgos-Cpp issues
Sort by recently updated
recently updated
newest added

Radix sort seems to be broken as pointed out in #430

Bug
Sorting
Algorithm

Add unit tests for the following programs: - [x] N-Queens - [x] Kadane - [x] LCS - [x] KMP - Searching - [x] Common test for linear search and binary...

Enhancement
Up for grabs
Unit test

Could we add some data validation functions such as, make upper case, make lower case, get random double, get random int?

Up for grabs
Good first issue
Utility

Hello, Hope everyone is dong fine. I need a help here please. I forked and cloned the repo to my local (windows). And when I try to run make ,...

Bug

Add a README to each directory containing proper documentation for algorithms or data structures in that directory.

Enhancement
Up for grabs
Documentation

Added **all_permutations.hpp** in include folder & **all_permutations.cpp** in test folder. Issue #376

String
Backtracking
Review pending
Changes requested

The following issues were noted: - broken link to Primorial Algorithm in the main README - missing README file in the linked list folder - missing documentation for doubly linked...

I noticed that the algorithms section does not contain algorithms based on graph. I would like to work on this issue and add algorithms such as Breadth-first Search, Depth-first Search...

Graph

Fixed broken Primorial link in the README, fixed minor style discrepancies in the README, added a README file to the linked list folder, and added documentation to the doubly linked...

Documentation