Skip to content

Highly Efficient Rust Modules for Expedited Solving

Notifications You must be signed in to change notification settings

YeluriKetan/hermes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HERMES

Highly Efficient Rust Modules for Expedited Solving

math

  • primality tests
  • gcd
  • lcm

collections

linear

  • efficient stack
  • skiplist
  • priority queue

  • fenwick tree

graph

  • bfs algorithms
  • dfs algorithms
  • flow algorithms
  • topo sort algorithms

io

  • Fast file reader

string

  • string stream

About

Highly Efficient Rust Modules for Expedited Solving

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages