├── (selection)sort stud names using func ├── Ascending order of stud name ├── Menu driven prog 1) insertion 2) bubble ├── Menu driven prog 1) insertion 2) bubble 3) selection 4) linear search (using do while) ├── Sorted n no .. using bubble sort method ├── Sorted n no using insertion sort method ├── Sorted n no. Using selection sort method ├── linear search program ├── menu driven bubble and insertion sort ├── name is found or not ├── selection sort stud namesin ascending order ├── struct emp &disp emp using fun └── using selection sort disp stud names in desen order /(selection)sort stud names using func: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArtiMarkali12/Searching-programs-/HEAD/(selection)sort stud names using func -------------------------------------------------------------------------------- /Ascending order of stud name: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArtiMarkali12/Searching-programs-/HEAD/Ascending order of stud name -------------------------------------------------------------------------------- /Menu driven prog 1) insertion 2) bubble: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArtiMarkali12/Searching-programs-/HEAD/Menu driven prog 1) insertion 2) bubble -------------------------------------------------------------------------------- /Menu driven prog 1) insertion 2) bubble 3) selection 4) linear search (using do while): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArtiMarkali12/Searching-programs-/HEAD/Menu driven prog 1) insertion 2) bubble 3) selection 4) linear search (using do while) -------------------------------------------------------------------------------- /Sorted n no .. using bubble sort method: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArtiMarkali12/Searching-programs-/HEAD/Sorted n no .. using bubble sort method -------------------------------------------------------------------------------- /Sorted n no using insertion sort method: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArtiMarkali12/Searching-programs-/HEAD/Sorted n no using insertion sort method -------------------------------------------------------------------------------- /Sorted n no. Using selection sort method: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArtiMarkali12/Searching-programs-/HEAD/Sorted n no. Using selection sort method -------------------------------------------------------------------------------- /linear search program: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArtiMarkali12/Searching-programs-/HEAD/linear search program -------------------------------------------------------------------------------- /menu driven bubble and insertion sort: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArtiMarkali12/Searching-programs-/HEAD/menu driven bubble and insertion sort -------------------------------------------------------------------------------- /name is found or not: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArtiMarkali12/Searching-programs-/HEAD/name is found or not -------------------------------------------------------------------------------- /selection sort stud namesin ascending order: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArtiMarkali12/Searching-programs-/HEAD/selection sort stud namesin ascending order -------------------------------------------------------------------------------- /struct emp &disp emp using fun: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArtiMarkali12/Searching-programs-/HEAD/struct emp &disp emp using fun -------------------------------------------------------------------------------- /using selection sort disp stud names in desen order: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ArtiMarkali12/Searching-programs-/HEAD/using selection sort disp stud names in desen order --------------------------------------------------------------------------------