Posted 2024-07-28Algorithm / C++ / job12 minutes read (About 1747 words)<Data Structures/Algorithms> LeetCode 94.Binary Tree Inorder Traversal (with non-recursive pre/in/postorder traversal)...Read more
Posted 2024-07-28Algorithm / C++ / job7 minutes read (About 1111 words)<Data Structures/Algorithms> LeetCode 25. Reverse Nodes in k-Group...Read more
Posted 2024-07-24Algorithm / C++ / job4 minutes read (About 525 words)<Data Structures/Algorithms> LeetCode 110.Container With Most Water...Read more
Posted 2024-07-24Algorithm / C++ / job4 minutes read (About 602 words)<Data Structures/Algorithms> leetcode hot100 - 128.Longest Consecutive Sequence...Read more
Posted 2024-07-24Algorithm / C++ / job3 minutes read (About 394 words)<Data Structures/Algorithms> LeetCode - 49. Group Anagrams...Read more
Posted 2024-06-19Algorithm / C++ / job16 minutes read (About 2403 words)<Data Structures/Algorithms> A Complete Guide to Understanding Heaps 我一定要学会【堆】-第k大All you need to understand [heap]Read more
Posted 2024-06-15Algorithm / C++ / job3 minutes read (About 517 words)<Data Structures/Algorithms> leetcode hot100. 22.Generate Parenthesis...Read more
Posted 2024-06-15Algorithm / C++ / job13 minutes read (About 2004 words)<Data Structures/Algorithms> Detailed Explanation of Various Knapsack Problems (0/1 Knapsack, Complete Knapsack, Multiple Knapsack)A detailed introduction to Knapsack ProblemsRead more
Posted 2024-06-15Algorithm / C++ / job6 minutes read (About 912 words)<Data Structures/Algorithms> LeetCode 46. Permutations...Read more
Posted 2024-06-15Algorithm / C++ / job3 minutes read (About 509 words)<Data Structures/Algorithms> LeetCode - 695.Max Area of Island...Read more
2025-09-19From C# and Python -- A Deep Dive into Language Execution and Typing ModelsProgramming Languages