Syllabus_CS164
Syllabus_CS164
Syllabus_CS164
R-24
COURSE OUTCOMES:
After the successful completion of the course,students are able to
1. Develop solutions using the fundamental algorithms for searching, sorting, and hashing
to solve computational problems effectively.
2. Implement linked list operations to manage dynamic data structures effectively.
3. Apply stack-k and queue-based data structures to handle applications like expression
evaluation, syntax checking, and sequential data processing.
4. Construct tree and graph structures to organize, search, and traverse data inhierarchical
and networked representations.
EXPERIMENTS:
1. List ADT.
2. Applications of List.
3. Single Circular List ADT.
4. Doubly LinkedListADT.
5. Stack ADT.
6. Application son Stack.
7. Queue ADT.
8. Applications of Queue.
9. Double Ended Queue ADT.
10. BST ADT.
11. Priority Queue ADT.
12. Searching and Sorting Techniques.
13. Graph traversal techniques.
14. Hashing Techniques.