Searching & Sorting

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/9

flashcard set

Earn XP

Description and Tags

These flashcards cover key terms and concepts related to searching and sorting algorithms as discussed in the lecture.

Last updated 11:44 PM on 3/25/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

10 Terms

1
New cards

Searching

The algorithmic process of finding a particular item in a collection of items.

2
New cards

Membership

The question answered by a search algorithm as to whether an item is present or not.

3
New cards

Sequential Search

A search method that checks each element in a list in order to find a particular item.

4
New cards

Ordered List

A list where elements are arranged in a specific order.

5
New cards

Binary Search

An efficient algorithm for finding an item in a sorted list by repeatedly dividing the search interval in half.

6
New cards

Bubble Sort

A sorting algorithm that repeatedly passes through a list, compares adjacent items and exchanges them if they are in the wrong order.

7
New cards

Selection Sort

A sorting algorithm that divides the list into a sorted and an unsorted region, repeatedly selecting the smallest element from the unsorted region to add to the sorted region.

8
New cards

Insertion Sort

A sorting algorithm that builds a sorted list one item at a time by repeatedly placing the next item in the correct position within the already sorted portion of the list.

9
New cards

ValueError

An error raised when a search for a non-existing item occurs, indicating that the item is not in the list.

10
New cards

Recursive Binary Search

A binary search method that calls itself with a subset of the list to find a particular item.

Explore top notes

Explore top flashcards

flashcards
Bio Chapter 1 Test
93
Updated 572d ago
0.0(0)
flashcards
A&P Chapter 12.
101
Updated 842d ago
0.0(0)
flashcards
Español Dos Study Guide
22
Updated 1058d ago
0.0(0)
flashcards
PSY 3113 Chapter 2
45
Updated 903d ago
0.0(0)
flashcards
Python 221 Terms
63
Updated 857d ago
0.0(0)
flashcards
Vocabulary & Spelling 2.3
20
Updated 484d ago
0.0(0)
flashcards
Bio Chapter 1 Test
93
Updated 572d ago
0.0(0)
flashcards
A&P Chapter 12.
101
Updated 842d ago
0.0(0)
flashcards
Español Dos Study Guide
22
Updated 1058d ago
0.0(0)
flashcards
PSY 3113 Chapter 2
45
Updated 903d ago
0.0(0)
flashcards
Python 221 Terms
63
Updated 857d ago
0.0(0)
flashcards
Vocabulary & Spelling 2.3
20
Updated 484d ago
0.0(0)