Hello friends, in this blog we will learn Data Structure and Algorithm.
Data structure : Data Structure is the collection of data.
Algorithm : Algorithm is the a procedure for solving a mathematical problem in a finite number of steps that frequently involve the repetation of an operation.
# Types of data structure:
1.Arrays
2.Stacks
3.Queues
4.Linked list
5.Trees
6.Graph
7.Hash Tables
# Types of Algorithm:
1.Sorting
2.Dynamic Programming(DP)
3.Breadth First Search (BFS)
4. Depth First Search (DFS)
5.Recursion
Comments
Post a Comment