About 19,000,000 results
Open links in new tab
  1. DSA Tutorial - GeeksforGeeks

    1 day ago · DSA stands for Data Structures and Algorithms. Data structures manage how data is stored and accessed. Algorithms focus on processing this data. Examples of data structures are Array, …

  2. Data Structure Types, Classifications and Applications

    Jul 23, 2025 · A data structure organizes, processes, retrieves, and stores data, making it essential for nearly every program or software system. To help you master them, we've compiled a …

  3. Data Structures in Python - Types & Examples(A Complete Guide)

    Sep 10, 2025 · Explore the essential data structures in Python with types and examples. Learn lists, tuples, dictionaries, stacks, queues, and more in this complete guide for developers.

  4. DSA Introduction - W3Schools

    In Computer Science there are two different kinds of data structures. Primitive Data Structures are basic data structures provided by programming languages to represent single values, such as integers, …

  5. Graph Data Structure - GeeksforGeeks

    Jul 23, 2025 · Graph Data Structure is a collection of nodes connected by edges. It's used to represent relationships between different entities. If you are looking for topic-wise list of problems on different …

  6. Abstract Data Types - GeeksforGeeks

    Jan 31, 2026 · Abstract Data Type (ADT) is a conceptual model. They define what a data structure does without dictating how it does it. By separating the logical properties from the physical implementation, …

  7. Hashing in Data Structure - GeeksforGeeks

    Mar 3, 2026 · Hashing is a technique used in data structures that efficiently stores and retrieves data in a way that allows for quick access. Hashing involves mapping data to a specific index in a hash table …

  8. Introduction to Map – Data Structure and Algorithm Tutorials

    Jul 23, 2025 · The Map data structure is a collection of key-value pairs that allows fast access to the values based on their corresponding keys. The internal implementation of the Map data structure …

  9. Python Lists - W3Schools

    Lists are one of 4 built-in data types in Python used to store collections of data, the other 3 are Tuple, Set, and Dictionary, all with different qualities and usage.

  10. Tree - Data Structure | PPTX - SlideShare

    This document provides an overview of trees as a non-linear data structure. It begins by discussing how trees are used to represent hierarchical relationships and defines some key tree terminology like …