A collection of implementations of common algorithms
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Wesley Kerfoot 15b472d41a add "closest 2-sum" implementation in nim 4 years ago
README.md readme 7 years ago
bfs.py first commit 7 years ago
bst.py convert all of them to python3 7 years ago
closest_2sum.nim add "closest 2-sum" implementation in nim 4 years ago
fib.hs first commit 7 years ago
floating_point.rkt Add floating point stuff 4 years ago
intersection.py convert all of them to python3 7 years ago
palindrome.py convert all of them to python3 7 years ago
pascal.hs first commit 7 years ago
pascal.py convert all of them to python3 7 years ago
phone.py convert all of them to python3 7 years ago
regions.py convert all of them to python3 7 years ago
reverse_list.py first commit 7 years ago
shunting_yard.nim Shunting-Yard implementation in Nim 4 years ago
suffixes.hs remove unnecessary imports 7 years ago

README.md

This is a collection of solutions to common interview problems, written in Python and Haskell. These are just ones that I've come across or that I've seen as popular questions. Pull requests are much appreciated!