100% tevredenheidsgarantie Direct beschikbaar na betaling Zowel online als in PDF Je zit nergens aan vast
logo-home
WGU C949 Data Structures And Algorithms with Complete Solutions €13,32   In winkelwagen

Tentamen (uitwerkingen)

WGU C949 Data Structures And Algorithms with Complete Solutions

 9 keer bekeken  0 keer verkocht
  • Vak
  • WGU C949 Data Structures And Algorithms
  • Instelling
  • WGU C949 Data Structures And Algorithms

WGU C949 Data Structures And Algorithms with Complete SolutionsWGU C949 Data Structures And Algorithms with Complete SolutionsWGU C949 Data Structures And Algorithms with Complete SolutionsWGU C949 Data Structures And Algorithms with Complete Solutions Record - ANSWER-Data structure that stores su...

[Meer zien]

Voorbeeld 3 van de 16  pagina's

  • 9 oktober 2024
  • 16
  • 2024/2025
  • Tentamen (uitwerkingen)
  • Vragen en antwoorden
  • WGU C949 Data Structures And Algorithms
  • WGU C949 Data Structures And Algorithms
avatar-seller
WGU C949 Data Structures And

Algorithms with Complete

Solutions


Record - ANSWER-Data structure that stores subitems, w/ names associated

w/ each subitem




Array - ANSWER-Data structure that stores an ordered list of items, w/ each

item directly accessible by a positional index.




Linked List - ANSWER-Data structure that stores an ordered list as nodes,

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




Binary Tree - ANSWER-Data structure where each node stores data and has

up to two children, left child and right child.




Hash Table - ANSWER-Data structure that stores unordered items by

mapping each item to a location in an array.

,Max Heap - ANSWER-Tree that maintains the simple property that a node's

key is greater than or equal to a node's children key.




Min Heap - ANSWER-A tree that maintains simple property that node's key is

less than or equal to the node's children key.




Graph - ANSWER-Represents connections among items. Consists of vertices

and edges. Vertex represents an item on a graph. Edges represent a

connection between two vertices.




ADT (Abstract Data Type) - ANSWER-Data type described by predefined user

operations. Does not say anything about the implementation.




List - ANSWER-Common ADT for holding ordered data.Like an array. Can

store ints, strings.

Ex. nums = [5, 25, 30]




Queue - ANSWER-ADT where items are inserted at the end and removed at

the front.

, First in first out ADT.

push - inserts items at the end

pop - removes and returns the item at the front




Dictionary - ANSWER-Maps keys to values. Uses {}. The value can be

number,string, or tuple. Can be any type.

ex. players = {

'Lionel Messi': 10,

'Christiano Ronaldo': 7

}




Function (invoking a function is called a function call, which causes a

function to execute. ) - ANSWER-Named series of statements.




e.g.:

def compute_square(num_square):

return num_square * num_square




Polymorphism - ANSWER-Behavior of function depends on argument type.

Voordelen van het kopen van samenvattingen bij Stuvia op een rij:

Verzekerd van kwaliteit door reviews

Verzekerd van kwaliteit door reviews

Stuvia-klanten hebben meer dan 700.000 samenvattingen beoordeeld. Zo weet je zeker dat je de beste documenten koopt!

Snel en makkelijk kopen

Snel en makkelijk kopen

Je betaalt supersnel en eenmalig met iDeal, creditcard of Stuvia-tegoed voor de samenvatting. Zonder lidmaatschap.

Focus op de essentie

Focus op de essentie

Samenvattingen worden geschreven voor en door anderen. Daarom zijn de samenvattingen altijd betrouwbaar en actueel. Zo kom je snel tot de kern!

Veelgestelde vragen

Wat krijg ik als ik dit document koop?

Je krijgt een PDF, die direct beschikbaar is na je aankoop. Het gekochte document is altijd, overal en oneindig toegankelijk via je profiel.

Tevredenheidsgarantie: hoe werkt dat?

Onze tevredenheidsgarantie zorgt ervoor dat je altijd een studiedocument vindt dat goed bij je past. Je vult een formulier in en onze klantenservice regelt de rest.

Van wie koop ik deze samenvatting?

Stuvia is een marktplaats, je koop dit document dus niet van ons, maar van verkoper NursingTutor1. Stuvia faciliteert de betaling aan de verkoper.

Zit ik meteen vast aan een abonnement?

Nee, je koopt alleen deze samenvatting voor €13,32. Je zit daarna nergens aan vast.

Is Stuvia te vertrouwen?

4,6 sterren op Google & Trustpilot (+1000 reviews)

Afgelopen 30 dagen zijn er 85651 samenvattingen verkocht

Opgericht in 2010, al 14 jaar dé plek om samenvattingen te kopen

Start met verkopen
€13,32
  • (0)
  Kopen