EvgenyKarkan / EKAlgorithms

EKAlgorithms contains some well known CS algorithms & data structures.
MIT License
2.42k stars 363 forks source link

Josephus Problem: add more implementations #69

Closed stanislaw closed 10 years ago

stanislaw commented 10 years ago

This adds improved (K * log N) implementation and one of Wikipedia implementations.