Published onApril 8, 2022[LeetCode 148] Sort ListLinkedListGiven the `head` of a linked list, return the list after sorting it in **ascending order**.
Published onApril 7, 2022[LeetCode 146] LRU CacheLinkedListDesign a data structure that follows the constraints of a Least Recently Used (LRU) cache.
Published onApril 5, 2022Solve the problem of garbled Chinese file name in Git status displayGitWhen using git status to view the changed but uncommitted Chinese file name, it is found that it will be displayed as a string of numbers, and the Chinese file name is not displayed.