algo-set
algo-set copied to clipboard
🎈 LeetCode solution collection, data structures and algorithm practice.
Algorithm Set
🎈 LeetCode solution collection, data structures and algorithm practice.
LeetCode
Use a variety of programming languages to solve problems, learn how to use skills and problem solving ideas.
LeetCode solution list please click here to see.
Data Structure
-
Graph
-
BFS
C++JavaJavaScriptPythonKotlin -
DFS
C++JavaJavaScriptPythonKotlin -
Shortest Path
-
Dijkstra
C++JavaJavaScript -
Floyd
C++JavaJavaScript
-
-
-
Search
-
Binary Search
C++JavaJavaScriptPythonKotlin -
Pattern Match
-
Brute Force
C++JavaJavaScriptPythonKotlin -
KMP
C++JavaJavaScriptPythonKotlin
-
-
-
Sort
-
Bubble Sort
C++JavaJavaScriptPythonKotlinGo -
Insertion Sort
C++JavaJavaScriptPythonKotlinGo -
Selection Sort
C++JavaJavaScriptPythonKotlinGo -
Shell Sort
C++JavaJavaScriptPythonKotlinGo -
Quick Sort
C++JavaJavaScriptPythonKotlinGo -
Merge Sort
C++JavaJavaScriptPythonKotlinGo -
Heap Sort
C++JavaJavaScriptPythonKotlinGo -
Radix Sort
C++JavaJavaScriptPythonKotlinGo
-
-
Tree
-
Union Find
C++JavaJavaScriptPythonKotlinGo -
Traversal
-
Pre-order
C++JavaJavaScriptPythonKotlinGo -
In-order
C++JavaJavaScriptPythonKotlinGo -
Post-order
C++JavaJavaScriptPythonKotlinGo -
Level-order
C++JavaJavaScriptPythonKotlin
-
-