Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daidai21/leetcode
The algorithm of Leetcode with Python3.x and C++. SQL and Shell.
https://github.com/daidai21/leetcode
algorithm bash cpp11 data-structures leetcode python3 shell sql
Last synced: 3 months ago
JSON representation
The algorithm of Leetcode with Python3.x and C++. SQL and Shell.
- Host: GitHub
- URL: https://github.com/daidai21/leetcode
- Owner: daidai21
- Created: 2019-01-28T13:40:38.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-19T08:52:33.000Z (8 months ago)
- Last Synced: 2024-05-19T09:24:13.146Z (8 months ago)
- Topics: algorithm, bash, cpp11, data-structures, leetcode, python3, shell, sql
- Language: HTML
- Homepage:
- Size: 2.64 MB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Leetcode-Algorithm
**Instructions**: This repository is still being updated!
I write this code about algorithm of leetcode with Python3.x and C++(c11).(There are some minor problems with the C++ code style here. This size of Tab should be 2) You can `Ctrl + F` on browser or clone this repository, then read this code about the leetcode problem. The best solution is the solution and discussion provided by leetcode. Welcome to Fork or Star, if you think this can help you. You can Pull Request or Email to me, if you have any question, please. Finally, recommend some links: [Leetcode Company](http://206.81.6.248:12306/leetcode/Google/algorithm), [azl397985856/leetcode](https://github.com/azl397985856/leetcode) and [LeetCode全部题目](http://206.81.6.248:12306/leetcode/Google/algorithm).
### Tags
Just list the classic questions.
* Data Structure
* Bit Manipulation
* Number
* Array
* String
* Linked List
* Stack
* Queue
* Hashing
* Heap
* Tree
* Graph
* SkipList
* Algorithm
* Sort
* Search
* Binary Search
* Depth First Search
* Breadth First Search
* Dynamic Programming
* Backtracking
* Greedy
* Recursion
* Trie
* Divide and Conquer
* Math
* Magic
* Two Pointer / Sliding Window
* Slow And Fast Pointer
* Other
* Design### Script
Finish problem count: `find Algorithms/ -type f -exec basename {} \; | awk -F '-' '{print $1"\t"$2}' | awk '{print $1}' | sort | uniq | grep -E "[0-9]" | wc -l`
#### CopyRight
- For learning only, Refuse to reprint, please. `Github@daidai21`