https://github.com/eggsyntax/code_challenge
https://github.com/eggsyntax/code_challenge
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eggsyntax/code_challenge
- Owner: eggsyntax
- License: epl-1.0
- Created: 2016-03-24T02:32:22.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-08-29T16:01:05.000Z (over 8 years ago)
- Last Synced: 2025-04-10T12:44:27.205Z (10 months ago)
- Language: Clojure
- Size: 13.7 KB
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# toehold
Code challenge for job candidates. core.clj contains a basic tic tac toe
simulation, with one key function left unimplemented. tree.clj is a namespace
for representing a tree of all possible tic tac toe games. Both files contain
;; CHALLENGE comments. See also tests in test/toehold.
There's no expectation that you finish all challenges. We suggest limiting
yourself to a few hours of effort. We do also realize that this is testing for
CS-theory sort of stuff more than for all the surrounding skills (deployment,
library skills, etc), but those are hard to test in a relatively brief
challenge like this.
## Installation
Clone repo
## Usage
`lein repl` or `lein run`. `core.main` contains a minimum usage example
## License
Copyright © 2017
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.