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.
In practice, are these simple (slow) algorithms used for any specific purpose? Or are the intelligent (fast) algorithms always used?
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.