Published onAugust 29, 2024LeetCode 21 - Merge Two Sorted Listsleetcodelinked-listsSolutions and notes for LeetCode problem 21
Published onAugust 27, 2024LeetCode 1130 - Minimum Cost Tree From Leaf Valuesleetcodedynamic-programmingMy solution to the LeetCode problem 1130, using dynamic programming.
Published onJuly 15, 2024LeetCode 160 - Intersection of Two Linked-Listleetcoderecursioniterationlinked-listscomplexityMy solution to the LeetCode problem 160 and discussion on recursion and iteration.
Published onMay 12, 2024My Graduate Project - Flow DatasetprojectA project leveraging the Google Kubric framework, apply optical flow algorithms that simulating realistic environments.
Published onDecember 17, 2023Unity 2D Rigid Body Sleeping Mode and Mathf.Clamp() Usageunitygame-developmentguideA guide on how to control 2D Rigid Body sleeping mode and the proper usage of Mathf.Clamp() in Unity.