Ogwu-Nelson Chikabadu Davidblog.davidchika.xyz·Dec 7, 2024Different Types Of Data Structures and their UseData structures are like tools in a toolbox 🧰: each tool is designed to do a specific job. This chapter will review some of the more common data structures, and how to decide which data structure to use for which problem, using analogies to make the...Discuss·10 likes·29 readsDSA For Funthe dsa big boys
Ogwu-Nelson Chikabadu Davidblog.davidchika.xyz·Oct 24, 2024Essential Data Structures for BeginnersData Structures are fundamental concepts in computer science that refer to organizing, managing and storing data so it can be efficiently accessed and modified. Think of it as; The Library: A Perfect Analogy Imagine stepping into a library. Upon firs...Discuss·69 readsDSA For Fundsa for fun
Aditya Vaasudev Badityavaasudevb.hashnode.dev·May 14, 2024Essential Guide to Queues: What They Are and How They WorkIntroduction Whether you're at a railway reservation counter, waiting in line at the movie theater, or submitting print jobs to a network printer, forming a queue is the universal solution to bring order to chaos. By patiently awaiting your turn, you...Discuss·1 likequeue ds
Aditya Vaasudev Badityavaasudevb.hashnode.dev·May 10, 2024Stacks 101: A Beginner's OverviewIntroduction Whether it's items in a store or books in a library, once they become more than handful, people naturally start tidying things up by stacking them. When man started programming data, stack was one of the first structures that he thought ...Discuss·1 likeStacks
Neeti kumarihtskalkaji.hashnode.dev·Mar 23, 2024Data Structures and Algorithms in Python Course by High Technologies SolutionsHigh Technologies Solutions offers a comprehensive Data Structures and Algorithms in Python course, designed to equip individuals with the essential skills and knowledge needed to excel in programming and software development. Whether you're a beginn...Discussdata structures
Samuel Godfreybrainzcode.hashnode.dev·Mar 4, 2024In-Place Matrix Image Rotation in Java- A Comprehensive Guide for Data Structures EnthusiastsIntroduction The ability to manipulate images lies at the heart of many fascinating applications in computer vision. One essential operation is image rotation, a transformation that proves invaluable for tasks ranging from orientation correction to s...Discussdata structures
HeyCoachheycoach.hashnode.dev·Dec 28, 2023Time Complexity Explained: Why Programmers need to know itEver observed a river flowing? No matter where it starts, or what path it takes, it flows into one big ocean. Similarly, irrespective of the algorithm used, programmers can arrive at the same solution. However, there always exists a more efficient s...Discuss·1 like·213 readslogarithmic time complexity
Kelvin Amoabathoughts.kelvinamoaba.com·Nov 9, 2023Deep Dive into Stacks: A Practical Guide for Software EngineersWhat is a Stack? A stack is a very important data structure that is used to work on data temporarily. Unlike other data structures that are built into a language, a stack is rather a layer added to an existing data structure, such as an array or link...Discuss·4 likes·123 readsGeneral Programming
Valentine Samuelengineeringval.hashnode.dev·Aug 19, 2023Building a Notion Dashboard to Master Data Structures and AlgorithmsAs a passionate software engineer deeply invested in web applications and various technologies, I am always on the lookout for innovative ways to enhance my skills and become a sought-after professional in the tech industry. One of the strategies I'v...Discuss·2 likes·206 readsDSA