
linear vs binary search
Presentation
•
Computers
•
8th Grade
•
Practice Problem
•
Easy
Manik Kusuma
Used 3+ times
FREE Resource
12 Slides • 2 Questions
1
Linear Search Vs Binary Search
Cont. learning Procedure (define and calling)
in class activity 28 October 2024
check discussion in managebac
for missing assignments
2
Two things to do in Procedure
Define
Call
Using procedures in your programming is called modular programming.
The advantages of using procedures:
1. Program became short and easier to read
2. Procedures can be reused, so it is saving time
Review: Procedure
3
Labelling
Matching the following programs
Call Procedure
Define Procedure
List
If Statement
Conditional Loop
4
Last week assignment
(Procedure)
If you submit only one file (Choice == C and Choice == D),
please submit the second one that using procedure (Choice == A for add_atom(), and Choice == B for remove_atom()), the instruction is in the task (click the slides link for name of the files)
5
Count through the list from the first
Compare each item to the search term
If there is a match, the item is in the list
Linear Search
Sort the list into order
Find the midpoint of the list
Compare the search term to the midpoint, is it higher or lower?
Keep splitting the list until it has only one
Binary Search
Search Atom Finder
6
Linear Search (Operators)
The return operator command will stop the procedure and 'return' to the main program, example:
click the link to see sample code.
Return (operator)
The relational operator in compares a single value and a list, try the code below:
click the link then try in online-python program
in (operator):
7
Review: Traverse a list (football team list)
Let's look at this table (for simple loop in python)
len = length
index start from 0
8
Match
Match the following for linear search
Store the input as a variable called 'name'
Find the stop value (length of list)
Use a for loop to count through the list one item at a time.
An if statement. The logical test
if the test is True, print a message
name = input("Enter a name:")
stop = len(atoms)
for i in range (stop):
if atoms[i] == name:
print (name, "found in list")
name = input("Enter a name:")
stop = len(atoms)
for i in range (stop):
if atoms[i] == name:
print (name, "found in list")
9
Let's try the code (linear search)
Click this link follow the instructions in google docs,
the file that you need to submit are .pdf(gdocs), and .py(python)
submit in managebac, total file needs to submit are 2 files
time: 15 Minutes
finish it together with your partner
10
Binary Search
Sort the list into order
Find the midpoint of the list
Compare the search term to the midpoint, is it higher or lower?
Keep splitting the list until it has only one
11
Binary Search
Sort the list into order
Find the midpoint of the list
Compare the search term to the midpoint, is it higher or lower?
Keep splitting the list until it has only one
12
Advantages and disadvantages
13
Let's try the code (Binary search)
Click the link follow the instructions in google docs.
the file that you need to submit are .pdf(gdocs), and .py(python)
submit in managebac (2 files)
Total files submit in managebac are 4 files (2 python, 2 PDF gdocs = linear and binary search)
time: 15 Minutes
finish it together with your partner
14
Continue the project
Progress submission (use procedure in your python project) then save and submit in managebac
Progress for this week and submission on November 4th, find the teacher then ask the approval for your project. The approval forms you can click this link after you got approval, you may begin to create your presentation.
Linear Search Vs Binary Search
Cont. learning Procedure (define and calling)
in class activity 28 October 2024
check discussion in managebac
for missing assignments
Show answer
Auto Play
Slide 1 / 14
SLIDE
Similar Resources on Wayground
9 questions
4.2c - Finding slope from a table
Presentation
•
8th Grade
9 questions
Argumentative Text
Presentation
•
8th Grade
9 questions
Holocaust Video Review
Presentation
•
8th Grade
10 questions
Describing Rotations
Presentation
•
8th Grade
10 questions
Keyboard Shortcuts
Presentation
•
7th - 8th Grade
12 questions
Artificial Intelligence
Presentation
•
8th - 9th Grade
11 questions
HTML coding
Presentation
•
7th Grade
10 questions
English Language Arts
Presentation
•
8th Grade
Popular Resources on Wayground
24 questions
PBIS-HGMS Day 10
Quiz
•
6th - 8th Grade
10 questions
HCS SCI 03 Summer School Review 3
Quiz
•
3rd Grade
11 questions
Home Scope
Quiz
•
7th - 8th Grade
15 questions
HCS SCI 05 Summer School Assessment 3 Review
Quiz
•
5th Grade
35 questions
Lufkin Road Middle School Student Handbook & Policies Assessment
Quiz
•
7th Grade
18 questions
Geo 11.3 Area of Circles and Sectors
Quiz
•
9th - 11th Grade