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

Skip to content

License

Notifications You must be signed in to change notification settings

jacobklo/jalgorithmCPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 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