A small collection of snippets in different languages. Sourced from problem sets, books, and random places on the internet. Most of this was done for fun & to quickly learn/memorize a new language.
The project euler problems that were not done in python were done/checked with easyeuler, the python project euler problems were checked with EulerPy.
Some potential sources of problems in the future:
- r/dailyprogrammer (mature collection)
- SPOJ (lots of stuff)
- topcoder (decent tutorials)
- Programming Praxis
- Advent of Code
- Programming Praxis (scheme friendly)
- Cryptopals
- 30 Days of Elixir
- 99 Prolog Problems & derivatives
- https://challenges.re/
- Flare-On
- http://eudyptula-challenge.org/
- https://microcorruption.com
Sources will be added as I find them.
I write things in a very terse manner sometimes. A lot of the stuff in here is terribly inefficient.