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

Skip to content

jacobklo/jalgorithmCPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 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:

Backtrack


Dynamic Programming


Greedy


Search


Sort


Array


Dictionary


Heap


List


Math


String


Tree


Custom DataStructure


DesignPattern


Standard Library Understanding


About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0