https://github.com/lizatinku/leetcodegrind
https://github.com/lizatinku/leetcodegrind
leetcode python3
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lizatinku/leetcodegrind
- Owner: lizatinku
- Created: 2024-07-11T19:33:43.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-01-16T04:05:18.000Z (6 months ago)
- Last Synced: 2025-01-16T05:23:14.767Z (6 months ago)
- Topics: leetcode, python3
- Language: Python
- Homepage:
- Size: 110 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