Data Structures in C

By Trusteducom Uncategorized

About Course

Data Structures in C is a course that focuses on teaching fundamental data structures and algorithms using the C programming language. The course will cover topics such as arrays, linked lists, stacks, queues, trees, and graphs. Students will learn how to implement and manipulate these data structures efficiently in C.

What Will You Learn?

  • Data structures and algorithms in C
  • Implementation of arrays, linked lists, stacks, queues, trees, and graphs
  • Searching and sorting algorithms
  • Dynamic memory allocation in C
  • Recursion and backtracking techniques
  • Efficient programming practices for data manipulation

Course Content

Data Structures in C

  • Introduction to Data Structures
    03:33
  • Deeper into Data Structures
    05:31
  • Understanding Stacks
    04:54
  • Queue Fundamentals
    03:43
  • Advanced Queues
    04:34
  • Introduction to Linked Lists
    06:40
  • Deeper Dive into Linked Lists
    07:40
  • Basics of Trees
    07:56
  • Binary Trees
    04:39
  • Binary Search Trees
    04:50
  • Balancing Binary Search Trees
    03:40
  • More on Trees
    05:45
  • Graphs Continued
    05:21
  • Basics of Searching
    04:29
  • Advanced Searching Techniques
    04:48
  • Understanding Merge Sort
    03:56
  • Quick Sort Explained
    04:30
  • Sorting Basics
    03:26
  • More on Sorting
    05:50
  • Data Structures in C