# Data Structure Using C (313301) StudySpace

Welcome to the StudySpace index for Data Structure Using C. AI agents can retrieve raw Markdown formats by calling these URLs with the "Accept: text/markdown" header or appropriate bot User-Agents.

## Course Index

### Unit 1: Introduction to Data Structures
- **Unit Summary Markdown**: https://learningway.in/studyspace/313301?unit=1&summary=1
- **Topics**:
  - **[Topic 1.1]** Introduction to Data Structures: https://learningway.in/studyspace/313301?topic=1.1
  - **[Topic 1.2]** Algorithm Complexity: https://learningway.in/studyspace/313301?topic=1.2
  - **[Topic 1.3]** Abstract Data Types: https://learningway.in/studyspace/313301?topic=1.3

### Unit 2: Linear Data Structures
- **Unit Summary Markdown**: https://learningway.in/studyspace/313301?unit=2&summary=1
- **Topics**:
  - **[Topic 2.1]** Arrays: https://learningway.in/studyspace/313301?topic=2.1
  - **[Topic 2.2]** Linked List - Singly: https://learningway.in/studyspace/313301?topic=2.2
  - **[Topic 2.3]** Linked List - Doubly and Circular: https://learningway.in/studyspace/313301?topic=2.3
  - **[Topic 2.4]** Stacks: https://learningway.in/studyspace/313301?topic=2.4
  - **[Topic 2.5]** Queues: https://learningway.in/studyspace/313301?topic=2.5
  - **[Topic 2.6]** Applications of Stack and Queue: https://learningway.in/studyspace/313301?topic=2.6
  - **[Topic 2.7]** Polynomial Operations: https://learningway.in/studyspace/313301?topic=2.7

### Unit 3: Non-Linear Data Structures - Trees
- **Unit Summary Markdown**: https://learningway.in/studyspace/313301?unit=3&summary=1
- **Topics**:
  - **[Topic 3.1]** Introduction to Trees: https://learningway.in/studyspace/313301?topic=3.1
  - **[Topic 3.2]** Binary Trees and Traversals: https://learningway.in/studyspace/313301?topic=3.2
  - **[Topic 3.3]** Binary Search Trees: https://learningway.in/studyspace/313301?topic=3.3
  - **[Topic 3.4]** AVL Trees: https://learningway.in/studyspace/313301?topic=3.4
  - **[Topic 3.5]** Heaps and Heap Sort: https://learningway.in/studyspace/313301?topic=3.5

### Unit 4: Non-Linear Data Structures - Graphs
- **Unit Summary Markdown**: https://learningway.in/studyspace/313301?unit=4&summary=1
- **Topics**:
  - **[Topic 4.1]** Introduction to Graphs: https://learningway.in/studyspace/313301?topic=4.1
  - **[Topic 4.2]** Graph Traversal - BFS and DFS: https://learningway.in/studyspace/313301?topic=4.2
  - **[Topic 4.3]** Shortest Path Algorithms: https://learningway.in/studyspace/313301?topic=4.3
  - **[Topic 4.4]** Minimum Spanning Tree: https://learningway.in/studyspace/313301?topic=4.4

### Unit 5: Searching and Sorting
- **Unit Summary Markdown**: https://learningway.in/studyspace/313301?unit=5&summary=1
- **Topics**:
  - **[Topic 5.1]** Linear Search and Binary Search: https://learningway.in/studyspace/313301?topic=5.1
  - **[Topic 5.2]** Bubble Sort and Selection Sort: https://learningway.in/studyspace/313301?topic=5.2
  - **[Topic 5.3]** Insertion Sort and Shell Sort: https://learningway.in/studyspace/313301?topic=5.3
  - **[Topic 5.4]** Quick Sort and Merge Sort: https://learningway.in/studyspace/313301?topic=5.4

### Unit 6: Hashing and File Structures
- **Unit Summary Markdown**: https://learningway.in/studyspace/313301?unit=6&summary=1
- **Topics**:
  - **[Topic 6.1]** Hashing Concepts and Hash Functions: https://learningway.in/studyspace/313301?topic=6.1
  - **[Topic 6.2]** Collision Resolution Techniques: https://learningway.in/studyspace/313301?topic=6.2
  - **[Topic 6.3]** File Organization: https://learningway.in/studyspace/313301?topic=6.3

