Database System Concepts
Database System Concepts
7th Edition
ISBN: 9780078022159
Author: Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher: McGraw-Hill Education
Bartleby Related Questions Icon

Related questions

Question

For the terminology stored in each cell of the table below, choose a corresponding key point from the Hints section below and put the number (not the text).  Some choices may be used multiple times or not at all.

Dictionary(map) ADT: Quicksort: Mergesort:

Radix sort over big integer numbers:

Insertion sort:
Selection sort: Heapsort:

Counting sort over a small range of integers:

Bucket sort: Bubble sort:

Depth-First-Search:

Bellman-Ford’s algorithm: Prim’s algorithm: Dijkstra’s algorithm: 0-1 knapsack problem:

Hints :

  1. sorting: continuously swapping elements while finding the next number to add in the sorted sublist
  2. sorting: an improved selection sort - extracting the root of a binary tree to get the maximal/minimal key
  3. sorting: removing one element from the input data, then finding the location it belongs within the sorted sublist, and inserts it there
  4. sorting: in general, sorting the least significant position first
  5. sorting: finding  the smallest element in the unsorted sublist
  6. sorting: partition into two sub-arrays around a pivot value then making recursive calls
  7. sorting: recursively dividing into two sub-arrays first then merge them to produce new sorted sublists
  8. sorting: parallel processing for all the input data
  9. sorting: its efficiency is heavily depending on the uniform distribution of input data
  10. sorting: non-comparison algorithm utilizing integer characteristics by counting the number of objects that have each distinct key value
  11. sorting: branch and bound among input data elements
  12. completely connected graph
  13. handling negative edge cost in finding the single-source shortest path
  14. finding values by key, not by positional information such as index
  15. a non-deterministic polynomial (NP) problem
  16. finding shortest paths from a source to all other nodes on the graph producing a shortest-path tree
  17. a dynamic programming solution
  18. a greedy choice solution
  19. tree of n-1 edges (n: number of vertices)
  20. use a queue to traverse an entire graph
  21. use a stack to traverse an entire graph
Expert Solution
Check Mark
Knowledge Booster
Background pattern image
Computer Science
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
Text book image
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Text book image
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Text book image
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
Text book image
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education