Solutions in various programming languages are provided. Enjoy it.
- 2023/01/23 #100 Same Tree : Tree, Recursive
- 2023/01/24 #101 Symmetric Tree : Tree, Recursive
- 2023/01/25 #110 Balanced Binary Tree: Tree, Recursive
- 2023/01/26 #112 Path Sum: Tree, Recursive
- 2023/01/27 #530 Minimum Absolute Difference in BST: BST, Tree Traversal
- 2023/01/28 #235 Lowest Common Ancestor of a Binary Search Tree: Tree, LCA
- 2023/01/29 #1305 All Elements in Two Binary Search Trees: Tree Traversal
- 2023/01/30 #35 Search Insert Position: Binary Search
- 2023/01/31 #2389 Longest Subsequence With Limited Sum: Binary Search
- 2023/02/01 #1385 Find the Distance Value Between Two Arrays: Binary Search
- 2023/02/02 #374 Guess Number Higher or Lower: Binary Search
- 2023/02/03 #34 Find First and Last Position of Element in Sorted Array: Binary Search
- 2023/02/04 #1004. Max Consecutive Ones III: Binary Search
- 2023/02/05 #74. Search a 2D Matrix: Binary Search
- 2023/02/06 #2517. Maximum Tastiness of Candy Basket: Binary Search
- 2023/02/07 #2160 Minimum Sum of Four Digit Number After Splitting Digits: Greedy
- 2023/02/08 #1221 Split a String in Balanced Strings: Greedy
- 2023/02/09 #605 Can Place Flowers: Greedy
- 2023/02/10 #763 Partition Labels: Greedy
- 2023/02/11 #2405 Optimal Partition of String: Greedy
- 2023/02/12 #1529 Minimum Suffix Flips: Greedy
- 2023/02/13 #1768 Merge Strings Alternately: String
- 2023/02/14 #1043 Partition Array for Maximum Sum: DP
- 2023/02/15 #1706 Where Will the Ball Fall: DP
- 2023/02/16 #926 Flip String to Monotone Increasing: DP
- 2023/02/17 #935 Knight Dialer: DP
- 2023/02/18 #1664 Ways to Make a Fair Array: DP
- 2023/02/19 #1884 Egg Drop With 2 Eggs and N Floors: DP
- 2023/02/20 #1525 Number of Good Ways to Split a String: DP
- 2023/02/21 #1824 Minimum Sideway Jumps: DP
- 2023/02/22 #740 Delete and Earn: DP
- 2023/02/23 #2285 Maximum Total Importance of Roads: Star Graph
- 2023/02/24 #2497 Maximum Star Sum of a Graph: Star Graph
- 2023/02/25 #1462 Course Schedule IV: Graph, Floyd
- #2544 Alternating Digit Sum: Maths
- #2545 Sort the Students by Their Kth Score: Customized Sort
- #2546 Apply Bitwise Operations to Make Strings Equal: Maths
- #2547 Minimum Cost to Split an Array: DP