Kabileshwaran | Learning, Building, Sharing

Profile Picture

Daily learnings, technical notes, and projects from my CS journey

A public record of my daily learnings, projects, and core Computer Science concepts as a Computer Science undergraduate.

Recent Posts

Git Basics Cheat Sheet

This post documents a simple and beginner-friendly Git cheat sheet created as part of my learning journey. It highlights commonly used Git commands with clear...

Notes

Day 5 of DSA: Binary Search

Binary search is an efficient searching algorithm that works on sorted arrays. Also known as logarithmic search, it dramatically reduces search time by repeatedly dividing...

DSA