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 4e495608aa Implementation of a minesweeper board 4 years ago
LICENSE Create LICENSE 4 years ago
README.md Update README.md 4 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
minesweeper_board.py Implementation of a minesweeper board 4 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
sorted_digits.hs cleanup 4 years ago
suffixes.hs remove unnecessary imports 7 years ago

README.md

This is a collection of solutions to common algorithms, written in various programming languages.

All code is written completely by me, and is placed in the public domain.