About 574 results
Open links in new tab
  1. Data Structures Tutorial - GeeksforGeeks

    Apr 12, 2025 · Data structures are the fundamental building blocks of computer programming. They define how data is organized, stored, and manipulated within a program. Understanding …

  2. What is Data Structure? - GeeksforGeeks

    Apr 13, 2025 · A data structure is a way of organizing and storing data in a computer so that it can be accessed and used efficiently. It refers to the logical or mathematical representation of …

  3. Introduction to Data Structures - GeeksforGeeks

    Apr 13, 2025 · Graph is a data structure that consists of a collection of nodes (vertices) connected by edges. Graphs are used to represent relationships between objects and are widely used in …

  4. Data Structure Types, Classifications and Applications

    Feb 11, 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 …

  5. Graph Algorithms - GeeksforGeeks

    Jun 21, 2025 · Graph is a non-linear data structure like tree data structure. The limitation of tree is, it can only represent hierarchical data. For situations where nodes or vertices are randomly …

  6. Graph Data Structure - GeeksforGeeks

    Apr 13, 2025 · Your All-in-One Learning Portal: GeeksforGeeks is a comprehensive educational platform that empowers learners across domains-spanning computer science and …

  7. Advanced Data Structures - GeeksforGeeks

    Dec 12, 2024 · Advanced Data Structures refer to complex and specialized arrangements of data that enable efficient storage, retrieval, and manipulation of information in computer science …

  8. Top Data Structures That Every Programmer Must Know

    Apr 21, 2025 · A Data Structure organizes and stores data in a computer so that we can perform operations on the data more efficiently. There are many diverse applications of data structures …

  9. BTech 3rd Semester Syllabus (2024) - GeeksforGeeks

    Apr 15, 2025 · BTech 3rd Semester Syllabus 2024 The BTech 3rd Semester syllabus consists of important subjects like Data Structures and Algorithms, Computer Organization and …

  10. Why Data Structures and Algorithms Are Important to Learn?

    Dec 18, 2024 · Data Structures are ways of organizing and storing data so that it can be accessed and modified efficiently. Common data structures include arrays, linked lists, trees, stacks, …