Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lizatinku/leetcodegrind
https://github.com/lizatinku/leetcodegrind
leetcode python3
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lizatinku/leetcodegrind
- Owner: lizatinku
- Created: 2024-07-11T19:33:43.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-22T14:48:45.000Z (19 days ago)
- Last Synced: 2024-12-22T15:36:50.348Z (19 days ago)
- Topics: leetcode, python3
- Language: Python
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Leetcode-Grind
## Topics Covered
- Array
- Binary
- Binary Search
- Binary Tree
- Dynamic Programming
- Graph
- Hash Table
- Heap
- Linked List
- Queue
- Recursion
- Stack
- String## Techniques Explored
- Backtracking
- Breadth-First Search (BFS)
- Depth-First Search (DFS)
- Design
- Divide and Conquer
- Fast and Slow Pointers
- Greedy
- Sliding Window
- Trie
- Two Pointers