4th Sem, Computer Hardware

4138: Data Structures Lab KL Diploma Syllabus for Computer Hardware 4th Sem 2015 Revision SITTTR

Data Structures Lab detailed syllabus for Computer Hardware (Computer Hardware) for 2015 revision curriculum has been taken from the SITTTRs official website and presented for the Computer Hardware students. For course code, course name, number of credits for a course and other scheme related information, do visit full semester subjects post given below.

For Computer Hardware 4th Sem scheme and its subjects, do visit Computer Hardware 4th Sem 2015 revision scheme. The detailed syllabus of data structures lab is as follows.

Data Structures Lab

List of Experiments

  1. Implement Stack ADT using array.
  2. Implement an algorithm to convert infix to postfix expression using Stack ADT
  3. Implement an algorithm to evaluate a postfix expression using stack ADT
  4. Implement an algorithm to convert decimal number to its binary equivalent using stack ADT
  5. Implement a Queue ADT (circular queue) using array.
  6. Implement a List ADT (using array) with operations find(), makeEmpty(), printList(), findKth() etc.
  7. Implement a LinkedList ADT with operations find(), makeEmpty(), printList(), findKth(), insert(), delete() etc.
  8. Implement a stack using LinkedList ADT
  9. Implement a queue using LinkedList ADT
  10. Implement a Binary Search Tree ADT with operations inOrder(), preOrder(), postOrder(), insert(), delete(), find() etc.
  11. Implement a BST using BST ADT and find height of the tree
  12. Implement a BST using BST ADT and dermine the number of nodes
  13. Implement Graph ADT with operations dfs() and bfs()
  14. Implement Warshall’s algorithm to find the shortest path using Graph ADT
  15. Implement binary search algorithm
  16. Implement Quick sort algorithm

Software Requirement : Linux operating System and gcc/g++

For detailed syllabus of all other subjects of Computer Hardware, 2015 revision curriculum do visit Computer Hardware 4th Sem subject syllabuses for 2015 revision.

To see the syllabus of all other branches of diploma 2015 revision curriculum do visit all branches of SITTTR diploma 2015 revision.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.