# leetcode_category **Repository Path**: wbyshr/leetcode_category ## Basic Information - **Project Name**: leetcode_category - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-18 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Leetcode by Category === In this repo, I maintain my notes about Leetcode problems. I also included some notes about Lintcode and CodeForce problems. Topics: --- Basic: * DFS * BFS * Back Tracking * Binary Search * Bit Operation * Dynamic Programming (DP) * Knapsake Problems * Intervals * Parentheses Problems * Merge Sort * Shortest Distance * Random Number Generation * Regex Matching * Tree Traversal * Two Pointers Problems * Heap * Stack * Queue * kSum Problems Intermediate: * Euler Path/Tour * Geometry Problems * DP of sequence operations * Monotonic Queue * Sparse Table * Strongly Connected Component * Topological Sort * Trie * Union Find Advanced: * KMP * Morris Traversal * Segment Tree * Binary Index Tree (BIT) * Max-flow (and min-cost max-flow) * Wavelet Tree * Suffix Tree (Ukkonen's algorithm) Others: * System Design * [Javascript basics](language/Javascript/Readme.md) * [C++](language/Cplusplus/Readme.md) * [Java](language/Java/Readme.md) * [Go](language/Go/Readme.md)