Skip to content

The algorithms implemented in my way

License

Notifications You must be signed in to change notification settings

McDic/MyImplementations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyImplementations

This git repository is used to store my own implementations. All source codes are available on /src folder.

Currently implemented:

  • Math

    • Sieve of Eratosthenes
    • Primes sqrt(n) expanding
    • Fast Euler function calculation
  • Graph

    • Base undirected graph template
    • DFS, BFS
    • Dijkstra algorithm
  • Divide and conquer

    • Fast power
    • Matrix multiplication and power
  • Segment Tree

    • Lazy propagation on static segment tree

About

The algorithms implemented in my way

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published