Recent posts in Data Structures

Posted in DS&Algorithms group
yogirahul Oct 2 in Data Structures 2 min read
When we start learning to code, we often get excited about solving problems that work. But as we move forward, writing code that just works isn’t enough, we also need to think about how well it works. That’s where time and space complexity1 come in. ...
yogirahul Sep 20 in Data Structures 1 min read
What powers your browser history, undo/redo in apps, or navigation between screens? Behind the scenes → it’s the Linked List.1 And there are two key types you should know: Singly and Doubly Linked List. Singly Linked List SLL: Each node = data + ...
post-cover-5460
yogirahul Sep 7 in Data Structures 1 min read
Do you know how everyday apps like Spotify’s playlist display or Instagram’s photo grid rely on a simple concept called an array? That’s right. Behind the scenes, this unassuming data structure1 powers how data is stored, retrieved, and displayed al...
post-cover-5231
yogirahul Sep 5 in Data Structures 2 min read
Imagine your interviewer asks for a queue but with a twist: you can only use stacks. It’s actually a small shift in approach that reveals how data structure thinking and algorithmic trade offs make you a stronger engineer. Read on, this one probl...
post-cover-5202
Muzzamil Abbas Jul 26, 2024 in Data Structures 10 min read
In this article, we will address the key issue of database connections in software development. Large volumes of data are effectively stored and managed via databases, which form the foundation of many applications. Building scalable and reliable app...
Muhammad Sameer Khan Mar 24, 2024 in Data Structures 9 min read
Introduction: Dictionaries in Python offer a dynamic and versatile foundation for efficient data management, extending their role beyond mere data containers. The key-value pair paradigm facilitates the establishment of connections between discrete p...
post-cover-203
Muhammad Sameer Khan Mar 18, 2024 in Data Structures 10 min read
Overview of the collections module The built-in collections module in Python offers specific container datatypes that go beyond the functionality of the built-in data structures. These datatypes provide increased efficiency and user-friendliness by a...
post-cover-197
Muhammad Sameer Khan Mar 6, 2024 in Data Structures 6 min read
Introduction: Python's popularity is largely due to its ease of use and flexibility, which make it a preferred option for developers in a variety of fields. Learning about Python's foundational data structures becomes critical as you progress throug...
post-cover-184
Muhammad Sameer Khan Mar 6, 2024 in Data Structures 6 min read
Introduction: Python's tuples, a basic data type, are essential to programming because they provide a special combination of order and immutability. Tuples, being ordered collections, guarantee that every element stays in the correct order. At the sa...
post-cover-181
Muhammad Sameer Khan Mar 5, 2024 in Data Structures 4 min read
Inroduction: Python's sets data type offers a unique combination of efficiency and flexibility to programming. In this ever-changing Python world where handling collections with unique properties is crucial, sets become an effective tool. You'll go d...
post-cover-173
Help get things started by publishing a post.
chevron_left

Active Discussions

New

Kato Masato
djunehor
oreoluwabs

Featured

Methodox
Steve Fenton
Trent Polack

Recent Badges

100 Club Nikolaj Dyring
100 Club Jeffrey Bulanadi 1
Reader pscanf
Avid Reader pscanf
100 Club pscanf