- Where is Rust's implementation of generic algorithms on collections?
- When is a linear search better than a binary search?
- Potential job interview question: What are stable and unstable sorting algorithms?
- What is a bad behavior exhibited by Quicksort that pattern-defeating Quicksort mitigates?