Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/xcv58/LeetCode
- Owner: xcv58
- Created: 2014-10-29T19:20:12.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:28:24.000Z (11 months ago)
- Last Synced: 2024-10-28T21:06:02.865Z (15 days ago)
- Language: Java
- Homepage:
- Size: 174 KB
- Stars: 147
- Watchers: 13
- Forks: 56
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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)