ProAlgos-Cpp
ProAlgos-Cpp copied to clipboard
C++ implementations of well-known (and some rare) algorithms, while following good software development practices
Unit tests
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...
Could we add some data validation functions such as, make upper case, make lower case, get random double, get random int?
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 ,...
Add a README to each directory containing proper documentation for algorithms or data structures in that directory.
Added **all_permutations.hpp** in include folder & **all_permutations.cpp** in test folder. Issue #376
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...
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...