Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xcv58/LeetCode

The solutions of LeetCode, include Java, C, C++, Python version.
https://github.com/xcv58/LeetCode

Last synced: 12 days ago
JSON representation

The solutions of LeetCode, include Java, C, C++, Python version.

Awesome Lists containing this project

README

        

LeetCode
========

[![CircleCI](https://circleci.com/gh/xcv58/LeetCode.svg?style=svg)](https://circleci.com/gh/xcv58/LeetCode)
[![Build Status](https://travis-ci.org/xcv58/LeetCode.svg?branch=master)](https://travis-ci.org/xcv58/LeetCode)

The solutions of [LeetCode](https://oj.leetcode.com/problems/), include Java, C, Python version.

The C and Java codes need compile. just use `make` to compile them. `make clean` will delete all compiled files.

I've completed all problems of LeetCode by Java. You can see my screenshot in the end (it's pretty long).

I plan to revise and publish all my solutions by three different languages.

20141029 by xcv58

![xcv58's Screenshot](https://user-images.githubusercontent.com/503123/34465526-8c29257e-ee7e-11e7-8482-dff916796f35.png)