DATA STRUCTURE AND ALGORITHMS
Note: This RoadMap will provide you Basic DSA knowledge.
1. This will help you for interview preparation.
2. First Install Ubuntu OS and learn some commands otherwise use
VS code for C.
3. Pickup one by one step and prepare well.
4. This all steps are in order of Basic to middle level.
5. Do project in the middle after completing particular topics and solve
questions.
Steps
What is data structure.
Type of data structure.
Why data structure?
Where use?
Applications of DSA.
Time complexity and how measure.
Linked list code and algo:
• Insertion operation (last and first).
• Deletion operation.
• Reverse operation.
• Print operation.
Double Linked list code and algo:
• Insertion operation (last and first).
• Deletion operation.
• Reverse operation.
• Print operation.
Abstract data types:
• Stack
• Queue
• Dequeue
• Circular queue
Searching technique:
Note: This RoadMap will provide you Basic DSA knowledge.
1. This will help you for interview preparation.
2. First Install Ubuntu OS and learn some commands otherwise use
VS code for C.
3. Pickup one by one step and prepare well.
4. This all steps are in order of Basic to middle level.
5. Do project in the middle after completing particular topics and solve
questions.
Steps
What is data structure.
Type of data structure.
Why data structure?
Where use?
Applications of DSA.
Time complexity and how measure.
Linked list code and algo:
• Insertion operation (last and first).
• Deletion operation.
• Reverse operation.
• Print operation.
Double Linked list code and algo:
• Insertion operation (last and first).
• Deletion operation.
• Reverse operation.
• Print operation.
Abstract data types:
• Stack
• Queue
• Dequeue
• Circular queue
Searching technique: