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

Skip to content

jacobklo/jalgorithmCPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 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

  • MostEleganceString - Hackerrank

DataStructure

  • LinkedList

    • GetNodesBefore
    • ReverseLastnNodes
  • Deque


Math

  • BusStop - Hackerrank
  • SqureRoot

String

  • ReverseString

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0