Skip to content

kiwiyou/ps-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ps-algorithm

Rust implementations of algorithms and data structures used in Competitive Programming.

List of algorithms / data structures

  • Iterative Segment Tree
  • Iterative Lazy Segment Tree
  • Fenwick Tree (Binary Indexed Tree)
  • Fast Exponentiation
  • Disjoint Set Forest (Union-Find)
  • Z algorithm
  • KMP algorithm
  • Graph
  • Heavy-Light Decomposition

About

Rust implementations of PS algorithms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages