Objective Assessment | Actual Questions and
Answers Latest Updated (Graded A+)
Correct 102
Incorrect
WGU C949 Data Structures and Algorithms| OA
Term
Cannot handle sets, lists or dictionaries
Hash Function
Entity Function
, Don't know?
2 of 102
Term
A function that has two inputs that contribute to growth
Give this one a try later!
O(nm) node
Stack O(1)
Don't know?
3 of 102
Term
A data structure that stores subitems, with a name associated with each
subitem.
Give this one a try later!
queue record
, tree stack
Don't know?
4 of 102
Term
When smaller values are added to this tree smaller values are added to
the left
Give this one a try later!
Complete Binary Tree Binary Search Tree
Balanced Tree Linear Search
Don't know?
5 of 102
Term
Adds the specified item to the linked list in the sort order of the item
type
Give this one a try later!
, Add Null
Remove Extend
Don't know?
6 of 102
Term
Linking together complex nodes into a single structure
Give this one a try later!
Sorted List Stack
Array Linked List
Don't know?
7 of 102
Term
A Last-in, First-out (LIFO) data container
Give this one a try later!