Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lizatinku/leetcodegrind


https://github.com/lizatinku/leetcodegrind

leetcode python3

Last synced: 9 days ago
JSON representation

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