Skip to content

Hoblovski/algorithms-park

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithm libraries

This repository contains my implementation for various algorithms.

My implementation is targeted at ACM or Olympiad in Informatics, so don't tell me about bad code style or they are not generic.

Current implementations:

  • rsort: sort int blazing fast

  • fastio: IO with unsigned, blazing fast

  • fastrand: xorshift RNG, very fast

  • treap: balanced binary search tree, with insert, delete, rank and select

  • nt: various number theory algorithms

  • str: various string manipulation algorithms

About

My implementation of various algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published