zhutingPython CheatsheetThis article serves as my personal notes while reading the book: Python for Everybody: Exploring Data in Python 3, capturing key points and…Jun 6, 2023Jun 6, 2023
zhutingMy first car accidentAs a young driver, I experienced my first car accident recently. It was a scary and unsettling experience, but I learned a lot from it.May 6, 2023May 6, 2023
zhuting『Week 4 』The trouble is that coming up with rules to define a swathe of humanity is more art than science. It is liable to become an exercise in…Jan 22, 2023Jan 22, 2023
zhutingDynamic Programming: 0/1 KnapsackMany computational problems are solved using a divide-and-conquer approach recursively. In these problems, we see an optimal substructure…Jan 21, 2023Jan 21, 2023
zhutingBacktrackingBacktracking is a technique that explores multiple paths to find the solution. It builds the solution step by step by increasing values…Jan 5, 2023Jan 5, 2023
zhutingIn-place Reversal of a Linked ListThe in-place reversal of a linked list pattern allows us to reverse a linked list without any additional memory, using only the given…Dec 9, 2022Dec 9, 2022