This "Data Structures and Algorithms (DSA) In C" course is thoroughly detailed and uses lots of animations to help you visualize the concepts.
***** Review
The course is short, crisp and filled with knowledge. I have not seen such no nonsense course like this. I took it a year back and I am revising my concepts from this course as it saves my time and concepts gets brushed up easily. Thank you Deepali Ma'am, this course is like a hidden gem.
What you'll learn
Understand the details of Data Structures and Algorithms (DSA) through animations
Learn to write programs for different Data Structures and Algorithms (DSA) in C
Get the confidence to face programming interviews
Learn how to analyze algorithms
Get the ability to write and trace recursive algorithms
Requirements
Basic knowledge of programming in C
Who this course is for
Programmers looking for jobs
Programmers wanting to write efficient code
Computer Science students having Data Structures and Algorithms (DSA) as part of their curriculum
Non Computer science students wanting to enter IT industry
Content
Introduction to Data Structures and Algorithms in C
Linked List
Stack and Queue
Recursion
Binary Tree
Binary Search Tree
Heap
Sorting
Searching
Hashing
AVL Tree
Threaded Binary Tree
Expression Tree
B Tree
Graph
Traversal in Graph
Shortest Paths in Graph
Minimum Spanning Tree of a Graph
This "Data Structures and Algorithms (DSA) in C" tutorial will help you develop a strong background in Data Structures and Algorithms. The course is broken down into easy to assimilate short lectures. The examples are explained with animations to simplify the learning of this complex topic. Complete working programs are shown for each concept that is explained.
This "Data Structures and Algorithms (DSA) in C" course provides a comprehensive explanation of data structures like linked lists, stacks and queues, binary search trees, heap, searching, hashing, other trees and Graphs. Various sorting algorithms with implementation and analysis are included. Concept of recursion is very important for designing and understanding certain algorithms so the process of recursion is explained with the help of several examples.
This "Data Structures and Algorithms (DSA) in C" course covers following topics with implementation :
Algorithm Analysis, Big O notation, Time complexity, Singly linked list, Reversing a linked list, Doubly linked list, Circular linked list, Linked list concatenation, Sorted linked list.
Stack, Queue, Circular Queue, Dequeue, Priority queue, Polish Notations, Infix to Postfix, Evaluation of Postfix, Binary Tree, Binary Search Tree, Tree Traversal (inorder, preorder, postorder, level order), Recursion, Heap, Searching, Hashing
Sorting : Selection, Bubble, Insertion, Shell, Merging, Recursive Merge, Iterative Merge, Quick, Heap, Binary tree, Radix, Address calculation sort
AVL Tree, Threaded Binary Tree, Expression Tree, B Tree
Graphs, Graph Traversal, Shortest Path and Minimum Spanning Trees
Throughout the course, a step by step approach is followed to make you understand different Data Structures and Algorithms (DSA). You will see implementation of different data structures and algorithms (DSA) in C explained in step-wise manner. Through this course you can build a strong foundation and it will help you to crack Data Structures and Algorithms (DSA) coding interviews questions and work in the industry.
In this Data Structures and Algorithms (DSA) course, C language is used for implementing various concepts, but you can easily implement them in any other language like C++, C#, Java or Python.
This Data Structures and Algorithms (DSA) In C online course will help software developers to refresh the concepts studied in book and also to students learning from referred book.