Add to Wishlist
Data Structure Using C Language

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
1
Introduction to Data Structure
This lesson introduces data structure, why data structure and how it can be linked to C programming language.
2
Pointers
Pointers are very important aspect of C language. This lesson explains how pointer works
3
Methods and Parameters
This lesson introduces methods and parameters and their usefulness to data structure as a whole.
4
Structures
This lesson explains the importance of structures and how they can be linked to C language.
5
Use of Specifiers
Some functions can be used to replace data types. This lesson explains types of specifiers and their uses.
6
Module 1 Quiz
MODULE 2
1
Introduction to Recursion
This lesson describes recursion and its uses.
2
Recursion in C
This video explain and show recursion in C language
3
Module 2 Quiz
MODULE 3
1
Introduction to an Array
This lesson introduces the first data structure for this course and explains the meaning of an array
2
Types of Array
This lesson explains the types of an array
3
Array in C
Array can be implemented in C language.
4
Declaration of an Array
This lesson shows the declaration of an array.
5
How to delete element in an Array
How to delete an element in an array
6
How to reverse element in an Array
How to reverse elements in an array
7
How to search for element in an Array
How to search for an element in an array
8
Output of a reversed element in an Array
9
Module 3 Quiz
MODULE 4
1
Introduction to Linked List
Introduces a new type of data structure
2
Linked List in C language
How to implement linkedlist in C language
3
Linked List in C language (contd.)
4
Module 4 Quiz
MODULE 5
1
Introduction to Stack
Introducing a new type of data structure and how it can be implemented on C language
2
Stack in C
3
Introduction to Queue
Introducing a new type of data structure and how it can be implemented on C language
4
Assignment 1
5
Module 5 Quiz
MODULE 6
1
Introduction to Tree
Introducing Tree as a data structure and explaining some basic terminologies in tree
2
Tree Transversal
Explaining tree transversal
3
Inorder and Preorder
Different types of transversal
4
Preorder and Postorder
further explanations on tree transversal
5
Module 6 Quiz
MODULE 7
1
Sorting
2
Module 7 Quiz
It is used to print output
Can be used to enter values during implementation
Return 0 is used to be sure that each commands executes successfully
This is a type of specifier commonly used to identify an integer value and there are many more in module 1
These are data types
Be the first to add a review.
Please, login to leave a review