Yurttas/PL/IL/C/F-mar11/05/01/10/00/index page
Jump to navigation
Jump to search
| c programming language fundamentals | |
| 5. design and programming |
<< |
|
design and programming -
search | sort - 00
linearsearch | binarysearch
[ by interactive choice of L|B using enum type data is either sorted or unsorted for linearsearch and sorted for binarysearch ]
- bubblesort | insertionsort | quicksort | selectionsort
program in multiple functions/headers and external input/output data
[ by interactive choice of B|I|Q|S using enum type
and yes | no by interactive choice of Y|N using enum type ]
- make.search_sort_int_00
- search_sort_int.h
- search_sort_int_00.c
- get_put_list_int.h
- get_int.c
- get_list_int.c
- get_char.c
- linear_search_int.c
- binary_search_int.c
- put_found_int.c
- bubblesort_asc_int.c
- insertionsort_asc_int.c
- quicksort_asc_int.c
- selectionsort_asc_int.c
- put_list_int.c
- data-unsorted-int.txt | data-sorted-int.txt
io << |
Dr. Salih Yurttas