Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dup4/leetcode
Leetcode Code Repo
https://github.com/dup4/leetcode
code leetcode
Last synced: 15 days ago
JSON representation
Leetcode Code Repo
- Host: GitHub
- URL: https://github.com/dup4/leetcode
- Owner: Dup4
- Created: 2020-09-28T07:35:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-11T10:57:07.000Z (about 1 year ago)
- Last Synced: 2024-05-02T05:50:17.303Z (6 months ago)
- Topics: code, leetcode
- Language: C++
- Homepage: https://dup4.com/Leetcode/
- Size: 11.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Leetcode Code Repo
[![Clang Format](https://github.com/Dup4/Leetcode/actions/workflows/clang_format.yml/badge.svg)](https://github.com/Dup4/Leetcode/actions/workflows/clang_format.yml)
[![Shellcheck](https://github.com/Dup4/Leetcode/actions/workflows/shellcheck.yml/badge.svg)](https://github.com/Dup4/Leetcode/actions/workflows/shellcheck.yml)## File Tree
```plaintext
├── statement.en_US.md
├── statement.zh_CN.md
├── tutorial.en_US.md
├── tutorial.zh_CN.md
├── solution.cpp
├── solution.go
├── solution.py
├── solution.java
└── solution.rs
```