First Blog :)
This is the description of my test blog post original
August 6, 20231 min read
tag-1tag-2tag-3
Occasional writing on software, side projects, and what I'm learning. Filter by tag or search.
Ternary search makes Log3n recursive calls vs binary search’s Log2n, but does more comparisons in the worst case (4Log3n + 1 vs 2Log2n + 1). This article breaks down why binary search is preferred.
One line assignment in python vs normal way of assignment
This is the description of my test blog post original