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

https://github.com/eggsyntax/code_challenge


https://github.com/eggsyntax/code_challenge

Last synced: 10 months ago
JSON representation

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.