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.
-
2PointersThis 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 ParametersThis 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.
-
4StructuresThis 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 SpecifiersThis 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 QuizThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
MODULE 2
-
7Introduction to RecursionThis 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 CThis 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 QuizThis 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 ArrayThis 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 ArrayThis 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 CThis 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 ArrayThis 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 ArrayThis 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 ArrayThis 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 ArrayThis 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 ArrayThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
18Module 3 QuizThis 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 ListThis 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 languageThis 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.)This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
22Module 4 QuizThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
MODULE 5
-
23Introduction to StackThis 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 CThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
25Introduction to QueueThis 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 1This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
27Module 5 QuizThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
MODULE 6
-
28Introduction to TreeThis 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 TransversalThis 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 PreorderThis 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 PostorderThis 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 QuizThis 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