DSA Unfolding
September 3, 2025
When working with data structures in Kotlin, arrays and lists often come to mind first. They’re built-in, simple, and cover most scenarios. But sometimes you need more control over how elements are connected,...
September 2, 2025
Sorting is a fundamental part of programming. Whether you’re working with numbers, strings, or custom objects, knowing how sorting algorithms work builds your understanding of how data is organized behind...
September 2, 2025
When you start learning data structures in Kotlin, one of the most useful (and surprisingly elegant) structures you’ll come across is the binary tree. Whether you’re preparing for coding interviews, working...
August 27, 2025
If you’re diving into the world of Kotlin and exploring data structures, you’ve probably come across linked lists. While arrays and lists are common in Kotlin development, understanding linked...
No posts found