Code Kai (解)
Home
About
Writing
Diary
Search
A blog by Kai to record learning, building, and exploring.
Find me on
,
and
.
LeetCode
(68)
2025-06-20
19. Remove Nth Node From End of List
2025-06-19
15. 3Sum
2025-06-18
12. Integer to Roman
2025-06-18
13. Roman to Integer
2025-06-18
14. Longest Common Prefix
2025-06-18
17. Letter Combinations of a Phone Number
2025-06-16
11. Container With Most Water
2025-06-15
10. Regular Expression Matching
2025-06-15
9. Palindrome Number
2025-06-13
8. String to Integer (atoi)
Page 6 of 7
Topics
Array
Backtracking
Binary Search
Bit Manipulation
Divide and Conquer
Dynamic Programming
Greedy
Hash
HashMap
Hashing
KMP
Linked List
Math
Matrix
Permutation
Priority Queue
Recursion
Regular Expression
Sliding Windows
Sorting
Stack
String
Trie
Two Pointers