0
0 reviews
Data Structure Using C Language
- Description
- Curriculum
- FAQ
- Reviews
COURSE DESCRIPTION
Data structure is a specialized format for organizing, processing, and storing data. This course introduces and explains the concept of gathering and storing data. In addition, it explains how data structure can be implemented using C programming language. This course also explains the varieties of data types and how they can be linked to C language.
TARGET AUDIENCE
Everybody interested in learning C programming language.
COURSE CONTENT
- What is the idea behind data structure?
- How to link C programming language to data structure
- Why Recursion cannot be ignored
- How data structure has changed the means of viewing information
- Understanding the difference between a linear data structure and heirarchical data structure.
MODULE 1
-
1Introduction to Data Structure9 minutesThis lesson introduces data structure, why data structure and how it can be linked to C programming language.
-
2Pointers9 minutesThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Pointers are very important aspect of C language. This lesson explains how pointer works
-
3Methods and Parameters3 minutesThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.This lesson introduces methods and parameters and their usefulness to data structure as a whole.
-
4Structures11 minutesThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.This lesson explains the importance of structures and how they can be linked to C language.
-
5Use of Specifiers7 minutesThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Some functions can be used to replace data types. This lesson explains types of specifiers and their uses.
-
6Module 1 Quiz10 questionsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
MODULE 2
-
7Introduction to Recursion5 minutesThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.This lesson describes recursion and its uses.
-
8Recursion in C5 minutesThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.This video explain and show recursion in C language
-
9Module 2 Quiz10 questionsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
MODULE 3
-
10Introduction to an Array5 minutesThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.This lesson introduces the first data structure for this course and explains the meaning of an array
-
11Types of Array1 minuteThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.This lesson explains the types of an array
-
12Array in C6 minutesThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Array can be implemented in C language.
-
13Declaration of an Array5 minutesThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.This lesson shows the declaration of an array.
-
14How to delete element in an Array11 minutesThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.How to delete an element in an array
-
15How to reverse element in an Array5 minutesThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.How to reverse elements in an array
-
16How to search for element in an Array10 minutesThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.How to search for an element in an array
-
17Output of a reversed element in an Array2 minutesThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
18Module 3 Quiz10 questionsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
MODULE 4
-
19Introduction to Linked List4 minutesThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Introduces a new type of data structure
-
20Linked List in C language5 minutesThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.How to implement linkedlist in C language
-
21Linked List in C language (contd.)3 minutesThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
22Module 4 Quiz10 questionsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
MODULE 5
-
23Introduction to Stack4 minutesThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Introducing a new type of data structure and how it can be implemented on C language
-
24Stack in C20 minutesThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
25Introduction to Queue3 minutesThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Introducing a new type of data structure and how it can be implemented on C language
-
26Assignment 1AssignmentThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
27Module 5 Quiz10 questionsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
MODULE 6
-
28Introduction to Tree3 minutesThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Introducing Tree as a data structure and explaining some basic terminologies in tree
-
29Tree Transversal2 minutesThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Explaining tree transversal
-
30Inorder and Preorder5 minutesThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Different types of transversal
-
31Preorder and Postorder2 minutesThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.further explanations on tree transversal
-
32Module 6 Quiz10 questionsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
MODULE 7
WHAT IS printf() used for?
It is used to print output
why scanf()
Can be used to enter values during implementation
What is the use of return0
Return 0 is used to be sure that each commands executes successfully
%d?
This is a type of specifier commonly used to identify an integer value and there are many more in module 1
int, char, floats are used for?
These are data types
Please, login to leave a review
Share
Course details
Duration
3 hours
Lectures
26
Video
1 hour 45 minutes
Assignments
1
Quizzes
7
Level
Beginner
Popular courses