Why Binary Search Is Preferred Over Ternary Search Despite log₃(n)
A system-aware breakdown of why binary search outperforms ternary search despite the theoretical log_3(n) edge.
I'm a CS student focused on full-stack development, building projects with React, Node, Spring Boot, MySQL, and MongoDB.
A system-aware breakdown of why binary search outperforms ternary search despite the theoretical log_3(n) edge.
Exploring Chess.com's authentication system: what happens when email verification is missing, the security vulnerabilities it creates, and how to build a stronger authentication flow
Build an unbeatable Tic-Tac-Toe AI in C++ using recursion and minimax, with a full web app demo.
Learn how NTFS, EXT4, and APFS work under the hood. Explore file system architecture, design trade-offs, and why each system is optimized for different platforms.
Explore proven techniques to handle increasing write load: sharding, batch writes, async processing, write-ahead logging, and LSM-based engines.
Master C++ with practical tricks and tips for writing smarter, faster, and more efficient code
A system-aware breakdown of why binary search outperforms ternary search despite the theoretical log_3(n) edge.
Exploring Chess.com's authentication system: what happens when email verification is missing, the security vulnerabilities it creates, and how to build a stronger authentication flow
Build an unbeatable Tic-Tac-Toe AI in C++ using recursion and minimax, with a full web app demo.
Learn how NTFS, EXT4, and APFS work under the hood. Explore file system architecture, design trade-offs, and why each system is optimized for different platforms.
Explore proven techniques to handle increasing write load: sharding, batch writes, async processing, write-ahead logging, and LSM-based engines.
Master C++ with practical tricks and tips for writing smarter, faster, and more efficient code