Data Structures and Algorithms - B Tech - Mumbai University
Searching and sorting - BTech (Handwritten Study/Revision Notes)
🔥This PDF File Include:
- Searching techniques
- Sequential search
- Binary search (with algorithm)
- Sorting
- Bubble sort
- Insertion sort
- Selection sort
- Merge sort
- Quick sort
- Radix sort
- Q1) Sort the following numbers using Insertion sort :
- 12,56,97,2,4,86,15,94,23,48
- Q2) Sort the following numbers using Quick sort:
- 56,88,74,64,35,12,95,37,24
- Q3) Write a C program to implement Insertion sort, Quick sort show all the following operations in switch case
- ▪ Enter values in array▪ Insertion sort▪ Quick sort▪ Display array▪ Exit
- Q4) List and compare the running time of various sorting techniques.
👆 Click on the image to download PDF File 👆
⚠️ Disclaimer -
This site is for educational purposes only!! Copyright Disclaimer under section 107 of the Copyright Act 1976, allowance is made for “fair use” for purposes such as criticism, comment, news reporting, teaching, scholarship, education and research.
No comments:
Post a Comment