GuruJyothi
Home
About
Subjects
Contact
A1. Program to find GCD using recursive function
A2. Program to generate binomial coefficient using recursive function
A3. Program to implement Tower of Hanoi using recursion
A4. Program to read the name of cities and arrange them alphabetically
A5. Program to sort the given list using selection sort technique
A6. Program to sort the given list using bubble sort technique
A7. Program to sort the given list using insertion sort technique
A8. Program to implement the stack operations
A9. Program to implement the operations of linear queue
B1. Program to sort the given list using quick sort technique
B2. Program to sort the given list using merge sort technique
B3. Program to search an element using linear search technique
B4. Program to search an element using binary search technique
B5. Program to convert an infix expression to postfix
B6. Program to implement circular queue
B7. Program to implement the operations of singly linked list
B8. Program to implement the operations of circular linked list
B9. Program to construct BST and implement tree traversal