Code Kai (解)
Home
About
Writing
Diary
Search
A blog by Kai to record learning, building, and exploring.
Find me on
,
and
.
LeetCode
(66)
2025-06-30
35. Search Insert Position
2025-06-30
36. Valid Sudoku
2025-06-29
32. Longest Valid Parentheses
2025-06-29
33. Search in Rotated Sorted Array
2025-06-28
31. Next Permutation
2025-06-27
30. Substring with Concatenation of All Words
2025-06-26
29. Divide Two Integers
2025-06-25
25. Reverse Nodes in k-Group
2025-06-25
26. Remove Duplicates from Sorted Array
2025-06-25
27. Remove Element
Page 4 of 7
Topics
Array
Backtracking
Binary Search
Bit Manipulation
Divide and Conquer
Dynamic Programming
Greedy
Hash
HashMap
Hashing
KMP
Linked List
Math
Permutation
Priority Queue
Recursion
Regular Expression
Sliding Windows
Sorting
Stack
String
Trie
Two Pointers