Previous | Next --- Slide 6 of 28
Back to Lecture Thumbnails
RakTheCroc

In practice, are these simple (slow) algorithms used for any specific purpose? Or are the intelligent (fast) algorithms always used?

Max

The more intelligent algorithms are primarily about creating structures that reduce the number of times we have to apply slow tests, so I would say the slow/simple ones are never really lost.