https://github.com/boechat107/4clj
My solutions to 4Clojure problems.
https://github.com/boechat107/4clj
Last synced: 2 months ago
JSON representation
My solutions to 4Clojure problems.
- Host: GitHub
- URL: https://github.com/boechat107/4clj
- Owner: boechat107
- Created: 2016-05-24T12:41:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-20T14:49:40.000Z (almost 9 years ago)
- Last Synced: 2025-01-21T13:25:58.190Z (4 months ago)
- Language: Clojure
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My 4Clojure solutions
[](https://travis-ci.org/boechat107/4clj)
As title says, just a bunch of functions to solve
[4Clojure](https://www.4clojure.com/) problems. Feel free to submit a PR if you want
to contribute to some solution.## Problems solved
* Problem 82: [Word Chains](https://www.4clojure.com/problem/82)
* Problem 130: [Tree reparenting](https://www.4clojure.com/problem/130)## Usage
Check out the test files.