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-25
28. Find the Index of the First Occurrence in a String
2025-06-24
24. Swap Nodes in Pairs
2025-06-23
23. Merge k Sorted Lists
2025-06-22
22. Generate Parentheses
2025-06-22
55. Jump Game
2025-06-21
20. Valid Parentheses
2025-06-21
21. Merge Two Sorted Lists
2025-06-20
19. Remove Nth Node From End of List
2025-06-20
18. 4Sum
2025-06-19
15. 3Sum
Page 5 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