Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fare/fare-puzzles

Solutions to various puzzles
https://github.com/fare/fare-puzzles

Last synced: 1 day ago
JSON representation

Solutions to various puzzles

Awesome Lists containing this project

README

        

fare-puzzles
============

This is a collection of my solutions to various puzzles and exercises, in Common Lisp.
Over the years, I've come across these puzzles and exercises or been asked to solve them
by various friends, family members or potential employers. I made a repository for them,
to share with friends and family members, and to make it easier to reuse code infrastructure
between exercises.

Contents
--------

* [algo/](algo/) has algorithmic problems.
* [data/](data/) contains a corpus of data imported from other sites for use with some algorithms.
* [util/](util/) is a library of general purpose utilities and algorithms.
* [euler/](euler/) has a couple of exercises from [Project Euler](https://projecteuler.net/).
* [codeeval/](codeval/) has an exercise from [CodeEval](https://www.codeeval.com/).
* [ita/](ita/) has recruiting problems from ITA Software.
* [misc/](misc/) has miscellaneous exercises from the Internet.
* [words/](words/) has a few word-manipulation problems.
* [foobar/](foobar/) solves a few exercises from [Google Foobar](https://www.google.com/foobar/).

Interesting Links
-----------------

More programming puzzles

* [500 Data structures and algorithms interview questions and their solutions](https://techiedelight.quora.com/500-Data-structures-and-algorithms-interview-questions-and-their-solutions)
* [Advent of Code](http://adventofcode.com/)