SORTING AND SEARCHING FILE
Heyya ladss, back with me, the student of computer science in Binus University, so after we've been learning about file processing, we will move on to searching and sorting file. So, basically there are 5 types of sorting in a file, so what do we need sorting for bruh? analogically, do you prefer to search for your comic books in your bookselves just by searching it when it's mixed up with various comics and random volume numbers, or when it's sorted out comics by comics, and the volumes number are in sequence? Rethorical, isn't it? especially when you're dealing with a large amount of datas, that's why sorting is quite crucial, and the types of sorting are various too, starting with easy concept of sorting till complicated one, so if you have a small amount of data, you can use easy one, but if not, you'd rather use complicated ones, so classyfing by the complexity of sorting method, we can rank it from the easiest which is : bubble sort, selection sort, in...