Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xxg1413/leetcode
leetcode in Rust,Python3,Golang and Cpp11
https://github.com/xxg1413/leetcode
cpp11 golang leetcode rust
Last synced: 9 days ago
JSON representation
leetcode in Rust,Python3,Golang and Cpp11
- Host: GitHub
- URL: https://github.com/xxg1413/leetcode
- Owner: xxg1413
- License: other
- Created: 2015-09-29T11:29:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-09-29T05:01:58.000Z (about 5 years ago)
- Last Synced: 2024-08-01T02:25:53.268Z (3 months ago)
- Topics: cpp11, golang, leetcode, rust
- Language: C++
- Homepage:
- Size: 290 KB
- Stars: 27
- Watchers: 6
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## LeetCode Solutions
#### 1 ~ 500
| # | Problem | Python | Go | C++ | Rust | 中文题目 | 中文题解
|---| ------- | -------- |-------- |-------- |-------- |-------- |-------- |
| 0001 | [Two Sum](https://leetcode.com/problems/two-sum/) | [Python](001.Two-Sum/python) | [Go](001.Two-Sum/go) | [C++](001.Two-Sum/cpp) | [Rust]() | [两数之和](https://leetcode-cn.com/problems/two-sum/description/) | [链接] |#### 501 ~ 1000
| # | Problem | Python | Go | C++ | Rust | 中文题目 | 中文题解
|---| ------- | -------- |-------- |-------- |-------- |-------- |-------- |
| 0501 | [Find Mode in Binary Search Tree](https://leetcode.com/problems/find-mode-in-binary-search-tree/) | [Python] | [Go] | [C++] | [Rust] | [二叉搜索树中的众数](https://leetcode-cn.com/problems/find-mode-in-binary-search-tree/) | [链接] |#### 1001 ~ ∞
| # | Problem | Python | Go | C++ | Rust | 中文题目 | 中文题解
|---| ------- | -------- |-------- |-------- |-------- |-------- |-------- |
| 1001 | [Grid Illumination](https://leetcode.com/problems/grid-illumination/) | [Python] | [Go] | [C++] | [Rust] | [网格照明](https://leetcode-cn.com/problems/grid-illumination/) | [链接] |