https://github.com/abeaumont/tuenti-challenge-3
My solutions to Tuenti Challenge 3 problems
https://github.com/abeaumont/tuenti-challenge-3
Last synced: 2 months ago
JSON representation
My solutions to Tuenti Challenge 3 problems
- Host: GitHub
- URL: https://github.com/abeaumont/tuenti-challenge-3
- Owner: abeaumont
- License: wtfpl
- Created: 2013-05-08T10:50:48.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-05-14T10:31:04.000Z (about 12 years ago)
- Last Synced: 2023-03-15T19:30:58.092Z (over 2 years ago)
- Language: Common Lisp
- Size: 125 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Tuenti Challenge 3 Solutions
============================**SPOILER**: Here you will find solutions for `Tuenti Challenge 3
`_.Solutions are provided as they were sent, they may be buggy or unstylistic.
They are mostly written in Common Lisp with 2 exceptions: there is one
solution in Factor and another one in Shell scripting.The following solutions are provided:
* Problem 1: bitcoin.lisp
* Problem 2: suggest.lisp
* Problem 3: lost.lisp
* Problem 4: integers.lisp
* Problem 5: dungeon.lisp
* Problem 6: ice.lisp
* Problem 7: boozzle.lisp
* Problem 8: timing.factor
* Problem 9: defenders.lisp
* Problem 10: checking.lisp
* Problem 12: rtty.sh
* Problem 13: randomness.lisp
* Problem 14: cipher.lisp
* Problem 15: ttt.lisp
* Problem 16: legacy.lisp
* Problem 17: silence.lisp
* Problem 18: energy.lispThis work is free. You can redistribute it and/or modify it under the
terms of the Do What The Fuck You Want To Public License, Version 2,
as published by Sam Hocevar. See the LICENSE file for more details.