C is a very flexible and well-established language thus making it the mother of all programming languages. Many programs, libraries, operating systems, etc are implemented in C. For example, in Linux, more than 85% of code is written in C. Getting into tech giants we need to have a solid knowledge of Data Structures that’s what we will be covering in this course.
Skills covered
Implementation of Data Structures using C programming language
Course Syllabus
Data Structures in C
Introduction
Array
Linked list
Stack
Queue
Binary tree and binary search tree
Heap
Hashing
Graph