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

https://github.com/coldnew/leetcode-clojure

My leetcode pratice in Clojure
https://github.com/coldnew/leetcode-clojure

Last synced: 2 months ago
JSON representation

My leetcode pratice in Clojure

Awesome Lists containing this project

README

          

# leetcode pratice in Clojure
[![Build Status](https://travis-ci.org/coldnew/leetcode-clojure.svg?branch=master)](https://travis-ci.org/coldnew/leetcode-clojure)
[![License](http://img.shields.io/badge/license-Eclipse-blue.svg?style=flat)](https://www.eclipse.org/legal/epl-v10.html)

I know leetcode is not suite for FP languages, just want to pratice more
problems in Clojure.

## Usage

FIXME

## License

Copyright © 2015 Yen-Chin, Lee <>

Distributed under the Eclipse Public License either version 1.0 or any later version.

## Reference

Some testcase is reference from following link:

https://github.com/samfang/leetcode