8000 GitHub - jacobklo/jalgorithmCPP at 49b3c0e4bb2a7b3ec82c9ef1a4cb5bd041ca7740
[go: up one dir, main page]

Skip to content

jacobklo/jalgorithmCPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Check out my Java edition, JAlgorithm

This project

includes some of the algorithms I came across online
I actively work on new Algorithms in GeeksforGeeks.org, Hackerrank.com, Topcoder.org, etc.

This solution

is configure into 2 CMake solutions: src and test.
The file structure inside each solutions is the same.
With Unit tests has a file suffix XXXTest.cpp

For src solution:

all algorithms is written inside header file
This allow easy extraction of that algorithm
All algorithms also is namespaced of its own, so no interaction between others,
unlike normal projects.

List of Algorithm curently have:

Array


Backtrack


DataStructure


DesignPattern


Dictionary


Dynamic Programming


Heap


List


Math


Search


Sort


String


Tree


About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0