Posts tagged “algorithms”

An algorithm for finding out which country contains a (lat,long) pair
Chained Hash Table With Ordered Lists
Implementation of a random-access list with O(1) list primitives and O(lg n) lookup time.
Hask table with open addressing and deletion
Stack with O(1) push, pop and min
A cool algorithm for similarity search