1. What is the time complexity of the brute-force polynomial evaluation algorithm?
2. Which of the following is a brute-force sorting algorithm?
3. What is the worst-case time complexity of brute-force string matching?
4. What is the time complexity of the brute-force closest-pair algorithm?
5. Which of the following is a strength of brute-force algorithms?
6. What is the time complexity of the Traveling Salesman Problem using exhaustive search?
7. What is the time complexity of the Knapsack Problem using exhaustive search?
8. Which of the following is a brute-force algorithm for matrix multiplication?
9. What is the time complexity of the brute-force Assignment Problem?
10. Which of the following is a weakness of brute-force algorithms?