100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached 4.2 TrustPilot
logo-home
Exam (elaborations)

WGU C949 STUDY GUIDE WITH COMPLETE SOLUTIONS

Rating
-
Sold
-
Pages
31
Grade
A+
Uploaded on
09-10-2024
Written in
2024/2025

WGU C949 STUDY GUIDE WITH COMPLETE SOLUTIONSWGU C949 STUDY GUIDE WITH COMPLETE SOLUTIONSWGU C949 STUDY GUIDE WITH COMPLETE SOLUTIONSWGU C949 STUDY GUIDE WITH COMPLETE SOLUTIONS Array - ANSWER-A data structure that stores an ordered list of items, with each item is directly accessible by a positional index. Linked List - ANSWER-A data structure that stores ordered list of items in nodes, where each node stores data and has a pointer to the next node.

Show more Read less
Institution
WGU C949
Course
WGU C949











Whoops! We can’t load your doc right now. Try again or contact support.

Written for

Institution
WGU C949
Course
WGU C949

Document information

Uploaded on
October 9, 2024
Number of pages
31
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

Content preview

WGU C949 STUDY GUIDE WITH

COMPLETE SOLUTIONS


Array - ANSWER-A data structure that stores an ordered list of items, with

each item is directly accessible by a positional index.




Linked List - ANSWER-A data structure that stores ordered list of items in

nodes, where each node stores data and has a pointer to the next node.




Bianary Search Tree - ANSWER-A data structure in which each node stores

data and has up to two children, known as a left child and a right child.




Hash Table - ANSWER-A data structure that stores unordered items by

mapping (or hashing) each item to a location in an array (or vector).




Hashing - ANSWER-mapping each item to a location in an array (in a hash

table).

,Max-Heap - ANSWER-A binary tree that maintains the simple property that a

node's key is greater than or equal to the node's childrens' keys. (Actually, a

max-heap may be any tree, but is commonly a binary tree).




*a max-heap's root always has the maximum key in the entire tree.




Heap storage - ANSWER-Heaps are typically stored using arrays. Given a tree

representation of a heap, the heap's array form is produced by traversing

the tree's levels from left to right and top to bottom. The root node is always

the entry at index 0 in the array, the root's left child is the entry at index 1,

the root's right child is the entry at index 2, and so on.




Chaining - ANSWER-handles hash table collisions by using a list for each

bucket, where each list may store multiple items that map to the same

bucket.




Hash key - ANSWER-value used to map an index




bu

,Max-Heap - ANSWER-A binary tree that maintains the simple property that a

node's key is greater than or equal to the node's childrens' keys. (Actually, a

max-heap may be any tree, but is commonly a binary tree).




*a max-heap's root always has the maximum key in the entire tree.




Heap storage - ANSWER-Heaps are typically stored using arrays. Given a tree

representation of a heap, the heap's array form is produced by traversing

the tree's levels from left to right and top to bottom. The root node is always

the entry at index 0 in the array, the root's left child is the entry at index 1,

the root's right child is the entry at index 2, and so on.

cket - ANSWER-each array element in a hash table

ie A 100 elements hash table has 100 buckets




modulo hash function - ANSWER-computes a bucket index from the items

key.

It will map (num_keys / num_buckets) keys to each bucket.

ie... keys range 0 to 49 will have 5 keys per bucket.

= 5

, hash table searching - ANSWER-Hash tables support fast search, insert, and

remove.

Requires on average O(1)




Linear search requires O(N)




Heap - parent_index - ANSWER-parent_index = (node_index - 1) // 2

or node_index // 2 - 1




Heap - left_child_index - ANSWER-left_child_index = 2 * node_index + 1




Heap - right_child_index - ANSWER-right_child_index = 2 * node_index + 2




modulo operator % - ANSWER-common has function uses this. which

computes the integer remainder when dividing two numbers.

Ex: For a 20 element hash table, a hash function of key % 20 will map keys

to bucket indices 0 to 19.

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
NursingTutor1 West Virginia University
View profile
Follow You need to be logged in order to follow users or courses
Sold
1633
Member since
2 year
Number of followers
1073
Documents
18045
Last sold
14 hours ago
Nursing Tutor

Paper Due? Worry not. Hello. Welcome to NursingTutor. Here you\'ll find verified study materials for your assignments, exams and general school work. All papers here are graded A to help you get the best grade. Also, I am a friendly person so, do not hesitate to send a message in case you have a query. I wish you Luck.

3.9

447 reviews

5
212
4
76
3
89
2
21
1
49

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Frequently asked questions