Try Magic Notes and save time.
Try it free
Try Magic Notes and save time
Crush your year with the magic of personalized studying.
Try it free
hello quizlet
Home
Subjects
Expert Solutions
Log in
Sign up
Science
Computer Science
Algorithms
Unit 5 - Algorithms & Procedural Abstraction
4.0 (15 reviews)
Flashcards
Learn
Test
Match
Q-Chat
Get a hint
arguments
Click the card to flip 👆
specify the values of the parameters when a procedure is called.
Click the card to flip 👆
1 / 23
1 / 23
Flashcards
Learn
Test
Match
Q-Chat
Created by
mobilecsp-team
Teacher
Share
Share
Terms in this set (23)
arguments
specify the values of the parameters when a procedure is called.
binary search
a search algorithm that repeatedly divides a sorted list to narrow in on the searched-for item
brute force
solve by trial and error; trying every possible option
decidable problems
problems in which an algorithm can be constructed to answer 'yes' or 'no' for all inputs (e.g., 'is the number even?').
decision problem
a problem that has a yes or no answer