Description: C programming is general-purpose computer programming language to instruct computer for various tasks and Data Structure is way of organizing data so that operations such as creation, insertion, deletion, traversal, search, display etc can be done effectively. So in this course you will learn about C Programming and Data Structures.
Curriculum
- 1 Section
- 31 Lessons
- 10 Weeks
Expand all sectionsCollapse all sections
- C Programming and Data Structures31
- 2.1Introduction
- 2.2C Programming Part – 1
- 2.3C Programming Part – 2
- 2.4Data Structuring: Case Study Part – 1
- 2.5Data Structuring: Case Study Part – 2
- 2.6Data Structuring: Case Study Part – 3
- 2.7Problem Decomposition by Recursion Part – 1
- 2.8Problem Decomposition by Recursion Part – 2
- 2.9Problem Decomposition by Recursion Part – 3
- 2.10Mergesort and Quicksort
- 2.11Characters and Strings
- 2.12Arrays: Addresses And Contents
- 2.13Structures Part – 1
- 2.14Structures Part – 2
- 2.15Dynamic Allocation
- 2.16Linked Lists
- 2.17Complexity(Efficiency) of Algorithms
- 2.18Asymptotic Growth Functions
- 2.19Asymptotic Analysis of Algorithms
- 2.20Data Structuring
- 2.21Search Trees Part – 1
- 2.22Search Trees Part – 2
- 2.23Search Trees Part – 3
- 2.24Trees
- 2.25Algorithm Design Part – 1
- 2.26Algorithm Design Part – 2
- 2.27Algorithm Design Part – 3
- 2.28Graphs Part – 1
- 2.29Graphs Part – 2
- 2.30Graphs Part – 3
- 2.31Conclusions