Fundamental Data Structures & Algorithms using C language.

Course Provided by:
Course Taken on: coursary
starstarstarstarstar_half 4.5

Description

You will learn the following in this course:  (All implemented using C programming) Fundamental of Data Structure concept Why we need Data Structures Stack - Idea, definition, algorithm, implementations. Using Stack - Parenthesis checking, Polish Notation, Infix to postfix conversion and evaluation. FIFO Queue - Idea, definition, algorithm, implementation. Circular Queue using array - Idea, definition, algorithm, implementation. Double ended queue using array - Idea, definition, algorithm, implementation. Linked List - Idea, definition, why we need linked list. Comparison with array. Singly Linked List - Development of algorithm for various operations and then Implementation of each of them Creating Stack and Queue using Singly Linked list - Implementation. Doubly Linked List - Idea, definition, algorithm of various operations and implementations. Circular Linked List - Idea, definition, algorithm and implementations. 14. Calculating efficiency of algorithms, Worst Case (Big Oh), Average Case (Big Theta) and Best case (Big omega) complexities. How to calculate them for different algorithms. 15. Binary Searching 16. Recursion in detail. Example program using recursion and the critical comparison between Recursive approach and Iterative approach of problem solving. 17. Binary Tree, definition, traversal (In, Pre and Post Order), Binary Search Tree implementation. 18. Heap data structure,  definition, heap insertion, deletion, heap adjust, Heapify and heap sort.

Requrirements

Requirements Student should be conversant with basic C programming.

Course Includes