DATA STRUCTURE :-
- BASIC CONCEPT :
- Introduction to Complexity.
- Data Structure and Data Structure operations.
- Applications of Data Structure.
- Basic data Structures.
- ARRAYS :
- Introduction.
- Types of Array.
- Memory representation.
- Applications and operations.
- STACKS :
- Introduction.
- memory representation.
- Applications and operations.
- LINKED LIST :
- Operations:-traversing.
- searching.
- inserting.
- deleting.
- operations oh header linked list.
- circular linked list.
- doubly linked list.
- memory representation.
- Applications.
- polynomial manipulation.
- QUEUE :
- Introduction.
- Types.
- Memory Representation and Applications.
- TREES :
- Definition and Basic concepts.
- Representation in Contiguous Storage.
- Binary Tree.
- Binary Tree Traversal.
- Searching.
- Insertion and deletion in Binary trees.
- Binary Search tree.
- GRAPHS :
- Introduction.
- Memory Representation.
- Graph Traversal (DFS and BFS).
- SEARCHING :
- Binary search.
- Linear search.
- SORTING :
- Bubble Sort.
- Insertion Sort.
- Selection Sort.
- Merge Sort.
- Quick Sort.
- Comparison of various Searching and Sorting algorithms.
No comments:
Post a Comment