HomeAboutProjectsBlogContact
HomeAboutProjectsBlogContact

Blog


Occasional writing on software, side projects, and what I'm learning. Filter by tag or search.

★ Pinned

★ Pinned

First Blog :)

This is the description of my test blog post original

August 6, 20231 min read
tag-1tag-2tag-3

More posts

Why is Binary Search preferred over Ternary Search?external link↗

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.

July 23, 20255 min read
algorithms

Assigning variable in python

One line assignment in python vs normal way of assignment

September 24, 20231 min read
PythonBeginnerBasicsFundamentals

Two Forms of Pre-rendering

This is the description of my test blog post original

March 14, 20231 min read
tag-1tag-2tag-3

© 2026 Tushar Sharma