10000 GitHub - jacobklo/jalgorithmCPP at 3d222bea3fb78183871c83128bea80076b7a6d6d
[go: up one dir, main page]

Skip to content

jacobklo/jalgorithmCPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 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


Math


Search


Sort


String


About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0