/leetcode

leetcode

Primary LanguagePython

Leetcode Problems by Category

Recursion and Backtracking

Two pointers

Binary Search (template)

Hash Table

Heap

Tree

Binary Tree / Binary Search Tree

Binary Index Tree / Fenwick Tree

Segement Tree (template)

Design

Stack

Deque

Monotonic Deque

DFS

BFS

Topological Sort

Dijkstra (BFS+PQ)

1631. Path With Minimum Effort

Trie (template)

LIS (Longest Increasing Subsequence)

Sort

Interval / Line Sweep (Sort+Heap) template

Linked List

Dynamic Programming

坐标型 Grid

序列 Sequence

双序列 Two Sequence

区间型 Interval

Bit Manipulation

Others

TBD