Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fare/fare-puzzles
- Owner: fare
- Created: 2015-11-18T04:48:02.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-27T22:03:17.000Z (about 1 year ago)
- Last Synced: 2025-01-12T16:18:24.561Z (24 days ago)
- Language: Common Lisp
- Size: 1.15 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)