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

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.

Awesome Lists containing this project

README

        

# My 4Clojure solutions

[![Build Status](https://travis-ci.org/boechat107/4clj.svg?branch=master)](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.