LeetCode 141 - Linked List Cycle
Detect a cycle in a linked list โ from a hash set that tracks visited nodes to Floyd's two-pointer tortoise-and-hare algorithm in O(1) space.
Full Stack ยท Python ยท Aws ยท Vue.js
Full-Stack Developer | Backend Engineer | Platform Engineer
With years of experience in full-stack and backend development, I have a genuine passion for building things and staying close to emerging technology.

Led the build of a cloud-native system ingesting high-frequency data from iOS, Android, and Edge Devices. Pure Serverless for scale, full CI/CD for delivery.
Compliant data collection, BeautifulSoup + RegEx parsing, and deploying a PyTorch Lite model on iOS via Objective-C โ full pipeline from raw data to on-device inference.
Terraform manages AWS + GCP together. CI/CD decoupled for Keyless Auth. Workload Identity Federation solves cross-cloud image pulls from ECR to GKE.
Detect a cycle in a linked list โ from a hash set that tracks visited nodes to Floyd's two-pointer tortoise-and-hare algorithm in O(1) space.
Reorder a linked list into the pattern L0โLnโL1โLn-1โโฆ โ from an O(N) space array approach to an in-place O(1) space solution using find-midpoint, reverse, and merge.
Merge two sorted linked lists into one sorted list โ an iterative dummy-head approach and a clean recursive solution.
Reverse a singly linked list โ an iterative three-pointer approach in O(1) space, and a recursive solution that unwinds the chain from the tail.
Cloud and Infrastructure
CI/CD and Automation
Backend and Frameworks
Databases and Storage
AI and Frontend
Mobile Development