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

wgu c949

Rating
-
Sold
-
Pages
4
Uploaded on
17-10-2024
Written in
2024/2025

WGU C949 Data Types STUDY GUIDE and answers ArrayA data structure that stores an ordered list of items, with each item is directly accessible by a positional index. Linked ListA 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 TreeA data structure in which each node stores data and has up to two children, known as a left child and a right child. Hash TableA data structure that stores unordered items by mapping (or hashing) each item to a location in an array (or vector). Abstract Data Type (ADT)A data type described by predefined user operations, such as "insert data at rear," without indicating how each operation is implemented. ListAn ADT for holding ordered data. Dups ok Sequence type: A mutable container with ordered elements. Underlying data structures: Array, linked list Array in Javageneric class that supports different data types. declared as follows, where T is the data type. TupleSequence type: An immutable container with ordered elements. StackAn ADT in which items are only inserted on or removed from the top of a

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 17, 2024
Number of pages
4
Written in
2024/2025
Type
Exam (elaborations)
Contains
Unknown

Subjects

Content preview

WGU C949 questions and answers
Record✔✔A record is the data structure that stores subitems, often called fields, with
a name associated with each subitem

Array✔✔An array is a data structure that stores an ordered list of items, where each
item is directly accessible by a positional index.

Linked list✔✔A linked list is a data structure that stores an ordered list of items in
nodes, where each node stores data and has a pointer to the next node.

Binary tree✔✔A binary tree is 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✔✔A hash table is a data structure that stores unordered items by
mapping (or hashing) each item to a location in an array.

Heap✔✔A max-heap is a tree that maintains the simple property that a node's key is
greater than or equal to the node's childrens' keys. A min-heap is a tree that
maintains the simple property that a node's key is less than or equal to the node's
childrens' keys.

Graph✔✔A graph is a data structure for representing connections among items, and
consists of vertices connected by edges. A vertex represents an item in a graph. An
edge represents a connection between two vertices in a graph.

What Is An Algorithm✔✔An algorithm is a set of commands that must be followed for
a computer to perform calculations or other problem-solving operations.

Computational problem✔✔Specifies an input, a question about the input that can be
answered using a computer, and the desired output.

Does an algorithim need to be in programming language?✔✔An algorithm can be
described in English, pseudocode, a programming language, hardware, etc., as long
as the algorithm precisely describes the steps of a computational procedure.

NP-complete✔✔A set of problems for which no known efficient algorithm exists

Abstract Data Type (ADT)✔✔Data type described by predefined user operations,
without indicating how each operation is implemented.

List✔✔A list is an ADT for holding ordered data.

Common underlying data structures:
Array, linked list

Dynamic array✔✔A dynamic array is an ADT for holding ordered data and allowing
indexed access.
$7.99
Get access to the full document:

100% satisfaction guarantee
Immediately available after payment
Both online and in PDF
No strings attached

Get to know the seller
Seller avatar
ExamZen

Also available in package deal

Thumbnail
Package deal
WGU C949 Data Types STUDY GUIDE and answers PACKAGE
-
7 2024
$ 65.93 More info

Get to know the seller

Seller avatar
ExamZen Liberty University
View profile
Follow You need to be logged in order to follow users or courses
Sold
1
Member since
1 year
Number of followers
2
Documents
522
Last sold
3 weeks ago

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Recently viewed by you

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