I am writing a document and was unsure of the following:
I am going to compare two algorithms that can perform on the same structure but we cant say one will always be faster than the other (and I will define circumstances in which a is better than b and vice versa); for this I was going to use quicksort and bubblesort. Is this a good choice?
Pick 2 algorithms that work on large datasets and define why one is significantly better than the other. For this I was going to use maybe linear search and binary chop search.
What are your opinions on the algorithms I have chosen to explain these points, do they seem appropriate?
Thanks, everyone!