Garantie de satisfaction à 100% Disponible immédiatement après paiement En ligne et en PDF Tu n'es attaché à rien 4.2 TrustPilot
logo-home
Examen

Data Structures And Algorithms I – WGU C949: Questions With Applicable Answers

Note
-
Vendu
-
Pages
19
Grade
A+
Publié le
11-07-2025
Écrit en
2024/2025

Data Structures And Algorithms I – WGU C949: Questions With Applicable Answers

Établissement
WGU C949
Cours
WGU C949










Oups ! Impossible de charger votre document. Réessayez ou contactez le support.

École, étude et sujet

Établissement
WGU C949
Cours
WGU C949

Infos sur le Document

Publié le
11 juillet 2025
Nombre de pages
19
Écrit en
2024/2025
Type
Examen
Contient
Questions et réponses

Sujets

Aperçu du contenu

Data Structures And Algorithms I – WGU C949:
Questions With Applicable Answers
Algorithm efficiency Correct Answer - typically measured by
the algorithm's computational complexity

Computational complexity Correct Answer - the amount of
resources used by the algorithm. The most common resources
considered are the runtime and memory usage.

runtime complexity Correct Answer - a function, T(N), that
represents the number of constant time operations performed by
the algorithm on an input of size N

Space-complexity (of an algorithm) Correct Answer - a
function, S(N), that represents the number of fixed-size memory
units used by the algorithm for an input of size N. Ex: an algorithm
that duplicates a list of numbers is S(N) = N + k, where k is a
constant representing memory used for things like the loop counter
and list pointers.

auxiliary space complexity Correct Answer - The space
complexity not including the input data. Ex: An algorithm to find the
maximum number in a list will have a space complexity of S(N) = N +
k, but an ______ of S(N) = k, where k is a constant.


Lower bound Correct Answer - A function f(N) that is ≤ the
best case T(N), for all values of N ≥ 1

Upper bound Correct Answer - A function f(N) that is ≥ the
worst case T(N), for all values of N ≥ 1

,Asymptotic Notation Correct Answer - the classification of
runtime complexity that uses functions that indicate only the
growth rate of a bounding function

O notation Correct Answer - a growth rate for an algorithm's
upper bound

Ω notation Correct Answer - a growth rate for an algorithm's
lower bound

Θ notation Correct Answer - a growth rate that is both an
upper and lower bound

Big O notation Correct Answer - A mathematical way of
describing how a function (running time of an algorithm) generally
behaves in relation to the input size.

O(N^2) Correct Answer - A selection sort has a _____ runtime
complexity

O(N) Correct Answer - A linear search has a _____ runtime
complexity

Constant Correct Answer - O(5) has a _____ runtime complexity

Quadratic Correct Answer - O(N + N^2) has a _____ runtime
complexity.

worst-case runtime Correct Answer - The ______ of an
algorithm is the runtime complexity for an input that results in the
longest execution.

, recursive algorithm Correct Answer - An algorithm that breaks
the problem into smaller subproblems and applies the algorithm
itself to solve the smaller subproblems

base case Correct Answer - Because a problem cannot be
endlessly divided into smaller subproblems, a recursive algorithm
must have a _________: where a recursive algorithm completes
without applying itself to a smaller subproblem. The ______ is what
ensures that a recursive algorithm eventually terminates

recursive function Correct Answer - A _____ is a function that
calls itself. Commonly used to implement recursive algorithms.

Fibonacci sequence Correct Answer - A numerical sequence
where each term is the sum of the previous 2 terms in the sequence,
except the first 2 terms, which are 0 and 1.

Binary search Correct Answer - An algorithm that searches a
sorted list for a key by first comparing the key to the middle element
in the list and recursively searching half of the remaining list so long
as the key is not found.

recurrence relation Correct Answer - A function f(N) that is
defined in terms of the same function operating on a value < N.

recursion tree Correct Answer - A visual diagram of a
operations done by a recursive function, that separates operations
done directly by the function and operations done by recursive calls

constant time operation Correct Answer - an operation that,
for a given processor, always operates in the same amount of time,
regardless of input values
€17,54
Accéder à l'intégralité du document:

Garantie de satisfaction à 100%
Disponible immédiatement après paiement
En ligne et en PDF
Tu n'es attaché à rien


Document également disponible en groupe

Faites connaissance avec le vendeur

Seller avatar
Les scores de réputation sont basés sur le nombre de documents qu'un vendeur a vendus contre paiement ainsi que sur les avis qu'il a reçu pour ces documents. Il y a trois niveaux: Bronze, Argent et Or. Plus la réputation est bonne, plus vous pouvez faire confiance sur la qualité du travail des vendeurs.
Criselle Harvard University
S'abonner Vous devez être connecté afin de suivre les étudiants ou les cours
Vendu
2030
Membre depuis
3 année
Nombre de followers
1407
Documents
21123
Dernière vente
5 jours de cela
Valuable Notes, Secure Learning

Welcome to ScholarVault—your ultimate destination for premium study materials and academic resources designed to unlock your full potential. As a passionate student myself, I understand how critical it is to have the right tools to excel in your studies. That's why I've curated a collection of high-quality notes, guides, and exam preparation materials that are tailored to help you achieve academic success. At ScholarVault, I believe that knowledge is power, but access to the right knowledge is key. My mission is to provide you with organized, comprehensive, and easy-to-understand study resources that make your learning journey smoother and more effective. Whether you're preparing for exams, reviewing class notes, or tackling tough concepts, you can count on me to deliver valuable, well-crafted content that aligns with your academic goals. Each resource has been carefully created with the intention to simplify complex topics, boost your confidence, and save you time. I aim to provide not just notes, but tools that truly make a difference in how you approach your studies. Explore the vault and discover everything you need to succeed—whether it’s detailed notes, in-depth study guides, or concise exam tips, everything is stored here for your academic growth. Thank you for trusting ScholarVault to be part of your learning experience. I’m excited to help you unlock your academic potential and achieve the success you deserve.

Lire la suite Lire moins
4,0

431 revues

5
201
4
106
3
70
2
16
1
38

Récemment consulté par vous

Pourquoi les étudiants choisissent Stuvia

Créé par d'autres étudiants, vérifié par les avis

Une qualité sur laquelle compter : rédigé par des étudiants qui ont réussi et évalué par d'autres qui ont utilisé ce document.

Le document ne convient pas ? Choisis un autre document

Aucun souci ! Tu peux sélectionner directement un autre document qui correspond mieux à ce que tu cherches.

Paye comme tu veux, apprends aussitôt

Aucun abonnement, aucun engagement. Paye selon tes habitudes par carte de crédit et télécharge ton document PDF instantanément.

Student with book image

“Acheté, téléchargé et réussi. C'est aussi simple que ça.”

Alisha Student

Foire aux questions