Learning about computers - 62024/11/26
Leetcode
New problems
564. Find the Closest Palindrome
Concepts: Math, String
Revisited problems
Concepts: Heap
Concepts: Math
Concepts: Queue, BFS
Concepts: Dynamic Programming
Other ways to solve this problem, but DP is my favorite way.
Concepts: Array, Hash Table