Posts

Showing posts from February, 2018

Data Structure and Algorithms (DSA) USING C/C++ Topics Covered

Topics Covered Unit-01 Data structure Operations performed on Data structure Classification of Data structures Linear and Non Linear data structure Primitive and Non-primitive data structure Static and Dynamic data structure Homogeneous and Non homogeneous (heterogeneous) data structure Analysis of Algorithms Abstract Data Type (ADT) Three level architecture of data structure Stack Data Structure, Push, Pop and Peep Operations , Applications of Stack C Program for Push, Pop, Peep operations of Stack data structure. Applications of Stack Data Structure Algorithm for infix to postfix expression conversion using stack with example. Evaluation of Postfix Expressions/Notations C program to convert infix expression into postfix... C program to implement postfix expression evaluati... Recursion,Types of Recursion,Advantages and Disadvantages of Recursion,Example Programs of Recursion C program to calculate factorial of number N using... C program to print Fibonacci Series of N numbers u... C ...