1.
Write a program that uses functions to perform the following operations on singly
linked list:
i) Creation ii) Insertion iii) Deletion iv) Traversal
2. Write a program that implement stack (its operations) using
i) Arrays ii) Linked List
3. Write a program that implement Queue (its operations) using
i) Arrays ii) Linked List
4. Write a program that implements the following sorting methods.
i) Binary search ii)Selection Sort
5. Write a program to implement the tree traversal methods.
1. Write a program that uses functions to perform the following operations on singly
linked list:
i) Creation ii) Insertion iii) Deletion iv) Traversal
2. Write a program that implement stack (its operations) using
i) Arrays ii) Linked List
3. Write a program that implement Queue (its operations) using
i) Arrays ii) Linked List
4. Write a program that implements the following searching and sorting methods.
i) Binary search ii)Selection Sort
5. Write a program to implement the tree traversal methods.