#data-structures
Read more stories on Hashnode
Articles with this tag
Problem 1 ยท Hey there, fellow code enthusiast! I am starting a new series of blog posts where I answer LeetCode/HackerRank questions. The problem will be...
Today, we're going to traverse the expansive and intricate world of graphs. No, I'm not talking about the ones you doodled in high school math; I mean...
If you've ever dabbled with Java and its vast library, you've probably come across heaps. A ubiquitous data structure, heaps are pivotal in several...
Ah, heaps! A key data structure that plays a fundamental role in many advanced algorithms, especially in the domain of sorting and priority queues....
Welcome back to my blog, dear readers! Today, I'm stepping into the realm of Java and diving into Binary Search Trees (BSTs). Whether you're a...
Binary Search Trees (or BSTs) have always fascinated me, not only because of their inherent nature to keep things sorted but also due to the variety...