CSC 6520 Kahoot Session 2

.docx

School

Georgia State University *

*We aren’t endorsed by this school

Course

6520

Subject

Computer Science

Date

Apr 3, 2024

Type

docx

Pages

2

Uploaded by heebamerchant

Report
CSC 6520 - Kahoot Session #2 1. (T/F) Insertion Sort is an example for Decrease by a Constant. - True 2. What is the order of growth for Insertion Sort? - N 2 3. What is DAG? - Directed Acyclic Graph Condition for Topological Sorting. 4. Which problem is the topological sorting algorithm most suitable for? - Course Selection Problem (Must be directed by a cyclic path) 5. (T/F) Exhaustive Search is NOT a Brute Force Algorithm. - False, it is Brute Force. 6. Which sorting algorithm compares adjacent elements of the list and exchange them if they are out of order? - Bubble Sort 7. Which algorithm requires the generation of a power set? - Knapsack Problem 8. “Go in deep” is a slogan for…. - Depth First Search (DFS) 9. (T/F) The Breadth First Search (BFS) algorithm utilizes queue. - True (DFS uses Stack) 10. (T/F) The BFS can be used to find minimum edge paths. - True 11. Generating subset algorithms are examples for….. - Decrease by Constant. 12. (T/F) Johnson Trotter Algorithm is used to generate subsets of a given set. - False (Generates Permutations) 13. Binary Search is a ______ algorithm. - Decrease by a Constant Factor. 14. Lomuto’s Partitioning Algorithm includes: - One directional scan. 15. Quick Select is a _____ algorithm.
- Variable size decrease
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help