Datastructures in C Programming Language
Stacks
Queue
Linked Lists
Trees
Graphs
Searching
Merge-Sort, Quicksort, Sorting
Data Structures in C are an Inevitable Part of Programms. Computer Programms Frequently Process Data, so we require efficient ways in which we can Access or Manipulate data. Some applications may require modification of data frequently, and in others, new data is continuously added or deleted. So we need efficient ways of accessing data to act on it and build efficient applications.
Introduction
1
Introduction
In Computer Science, a Data Structure is a Particular way of Organizing Data. Data structure is not any Language. it’s a Collection of Concepts, Which you Can Utilize Differently for Different Applications.
2
Intro Part-2
3
Stacks
4
Queue
5
Queue Part-2
6
Linked Lists
7
Linked Lists Part-2
8
Trees
9
Trees Part-2
10
Trees Part-3
11
Trees Part-4
12
Trees Part-5
13
Graphs
14
Graphs Part-2
15
Searching
16
Searching Part-2
17
Merge-sort
18
Quicksort
19
Sorting
20
Sorting Part-2
You can view and review the lecture materials indefinitely, like an on-demand channel.
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don't have an internet connection, some instructors also let their students download course lectures. That's up to the instructor though, so make sure you get on their good side!