Technical Articles
Leetcode Solutions
Single Number III
- Problem
-
[View Problem in Leetcode] Find two unpaired numbers in a large number of paired numbers.
- Solution
-
[View Zhiqing's Solution in Leetcode](Most Views/Upvotes)
Add Digits
- Problem
-
[View Problem in Leetcode] Find the digit root.
- Solution
-
[View Zhiqing's Solution in Leetcode](Most Views/Upvotes)
The Skyline Problem
- Problem
-
[View Problem in Leetcode] Find the outer contour of multiple button-aligned rectangles.
- Solution
K-th Smallest in Lexicographical Order
- Problem
-
[View Problem in Leetcode] Find the k-th smallest number in k-th smallest positive integer in lexicographical order.
- Solution