SlideShare a Scribd company logo
1 of 15
Do Now
● 2.4 Do Now
○ On your own
○ 5 minutes
Agenda
● 2.4 Do Now
● Unit 2 Tracker
● Unit 2 Test/Study Guide
● 2.4 Lecture
○ SWBAT use various sorting algorithms to sort data
● 2.4 Activity
○ With a partner
● 2.4 Exit Ticket
○ 15 minutes timed
● Finish Early?
○ Revises from Unit 1/Unit 2 Tracker
○ Typing Homework
○ Unit 2 Extra Credit Opportunities
2.4 Sorting
Algorithms
Ms. Deutsch
Do Now
Sort the following numbers from lowest to highest. Then
answer, the two questions.
15 6 8 34 5 26 17 18 41 22
1. What was your strategy in sorting?
DISCUSSION
a) Think of a time when you were using a computer
application or website that sorted values for you.
b) Think about how you sorted the numbers in the Do Now.
Would you use the same method to sort a set of 5000
numbers?
i) What might you change?
ii) What if you had a buddy to help you sort?
ALGORITHMS
● An algorithm is a specific process or set of rules followed to get to a
solution.
Examples:
● Recipes
● handshake problem
● Directions
● fencepost problem
● -n-1
SORTING ALGORITHMS
● Algorithms computers use to help it sort data
● Computer can only compare two items at a time
● We are going to learn TWO sorting algorithms.
○ SELECTION SORT
○ INSERTION SORT
SELECTION SORT
Sort a set of data by continuously “selecting”
the next lowest value from the unsorted list and
adding it to the sorted list (new set)
SELECTI
ON SORT
Algorithm:
1. Take the first item. Compare it to the
second item. The lower one is your
current minimum.
2. Continue to compare current min with the
rest of the values, always keeping the
lower number.
3. Once minimum is found, move to new
set.
4. Repeat.
EACH TURN, IT IS FINDING
THE LOWEST NUMBER
AND THEN MOVING IT TO THE
LEFT
(SORTED LIST)​
Selection Sort
3 1 6 2 5 4
● Pass #1: 1 3 6 2 5 4
● Pass #2: 1 2 3 6 5 4
● Pass #3: 1 2 3 6 5 4
● Pass #4: 1 2 3 4 5 6
● Pass #5: 1 2 3 4 5 6
Number of Comparisons
● 5
● 4
● 3
● 2
● 1
Remember, you can only compare
two items at a time.
5 + 4 + 3 + 2 + 1​
15 COMPARISONS​
Algorithm: n(n-1)/2
https://visualgo.net/en/sorting
INSERTION SORT
Takes an unsorted set of
values and sorts it in a
new set by “inserting” one
value at a time.
INSERTION
SORT
Algorithm:
1. Take the first card in the unsorted set and put it in
the back of the new sorted set.
2. If it’s lower than the one before it, put it in front. If it is
higher, put it behind.
3. Repeat step 2 until the card is in its proper place.
4. Repeat steps 1-3 until all cards are sorted.
Each new value is “inserted” into the
correct spot in the order, one at a time.
Insertion Sort
3 1 6 2 5 4
● Pass #1: 1 3 6 2 5 4
● Pass #2: 1 3 6 2 5 4
● Pass #3: 1 2 3 6 5 4
● Pass #4: 1 2 3 5 6 4
● Pass #5: 1 2 3 4 5 6
Number of Comparisons
● 1
● 1
● 3
● 2
● 3
Remember, you can only compare
two items at a time.
1 + 1 + 3 + 2 + 3
10 COMPARISONS​
https://visualgo.net/en/sorting
EXTRA CREDIT
Receive up to 20 extra credit points by:
1. Creating 2 videos, 1 for selection sort
and 1 for insertion sort.
2. You are verbally explaining the
difference as you show the difference,
similar to the provided example but
with a verbal explanation.
3. Be creative and use whatever
supplies you have around your house
to sort. Playing cards, paper, jersey
numbers, etc.
Agenda
● 2.4 Do Now
● Unit 2 Tracker
● Unit 2 Test/Study Guide
● 2.4 Lecture
○ SWBAT use various sorting algorithms to sort data
● 2.4 Activity
○ With a partner
● 2.4 Exit Ticket
○ 15 minutes timed
● Finish Early?
○ Revises from Unit 1/Unit 2 Tracker
○ Typing Homework
○ Unit 2 Extra Credit Opportunities

More Related Content

Similar to 2.4 Lecture.pptx

Lecture 1 computing and algorithms
Lecture 1  computing and algorithmsLecture 1  computing and algorithms
Lecture 1 computing and algorithmsalvin567
 
Merge sort analysis and its real time applications
Merge sort analysis and its real time applicationsMerge sort analysis and its real time applications
Merge sort analysis and its real time applicationsyazad dumasia
 
Ns1.4 A Factors & Primes
Ns1.4 A Factors & PrimesNs1.4 A Factors & Primes
Ns1.4 A Factors & PrimesMr. M
 
Agent tic tac-toe - an interactive game for algorithmic and computational th...
Agent tic tac-toe  - an interactive game for algorithmic and computational th...Agent tic tac-toe  - an interactive game for algorithmic and computational th...
Agent tic tac-toe - an interactive game for algorithmic and computational th...LorennRuster
 
Algorithms Lecture 5: Sorting Algorithms II
Algorithms Lecture 5: Sorting Algorithms IIAlgorithms Lecture 5: Sorting Algorithms II
Algorithms Lecture 5: Sorting Algorithms IIMohamed Loey
 
16807097.ppt b tree are a good data structure
16807097.ppt b tree are a good data structure16807097.ppt b tree are a good data structure
16807097.ppt b tree are a good data structureSadiaSharmin40
 
Function tables
Function tables Function tables
Function tables msfochler
 
Stanford splash spring 2016 basic programming
Stanford splash spring 2016 basic programmingStanford splash spring 2016 basic programming
Stanford splash spring 2016 basic programmingYu-Sheng (Yosen) Chen
 
Denver MuleSoft Meetup Feb 24, 2021 - What's Batch Got to Do with It
Denver MuleSoft Meetup Feb 24, 2021 - What's Batch Got to Do with ItDenver MuleSoft Meetup Feb 24, 2021 - What's Batch Got to Do with It
Denver MuleSoft Meetup Feb 24, 2021 - What's Batch Got to Do with ItBrian Statkevicus
 
MySQL Query Optimisation 101
MySQL Query Optimisation 101MySQL Query Optimisation 101
MySQL Query Optimisation 101Federico Razzoli
 
Adding and subtracting
Adding and subtractingAdding and subtracting
Adding and subtractingDiana Pineda
 
Chapter 2 Study Guides
Chapter 2  Study  GuidesChapter 2  Study  Guides
Chapter 2 Study Guides♥Moriah♥
 
Decision Science.pdf
Decision Science.pdfDecision Science.pdf
Decision Science.pdfpandeyaman577
 
Algebra Foundations Series- 1.2 Order of Operations
Algebra Foundations Series- 1.2 Order of OperationsAlgebra Foundations Series- 1.2 Order of Operations
Algebra Foundations Series- 1.2 Order of OperationsDee Black
 
Java Helpa4.pdfASSIGNMENT 4 A game and an email system.docx
Java Helpa4.pdfASSIGNMENT 4  A game and an email system.docxJava Helpa4.pdfASSIGNMENT 4  A game and an email system.docx
Java Helpa4.pdfASSIGNMENT 4 A game and an email system.docxpriestmanmable
 
Writing Tests Effectively
Writing Tests EffectivelyWriting Tests Effectively
Writing Tests EffectivelyPaul Boocock
 
Adding and subtracting fractions
Adding and subtracting fractionsAdding and subtracting fractions
Adding and subtracting fractionsNeilfieOrit2
 

Similar to 2.4 Lecture.pptx (20)

Lecture 1 computing and algorithms
Lecture 1  computing and algorithmsLecture 1  computing and algorithms
Lecture 1 computing and algorithms
 
Merge sort analysis and its real time applications
Merge sort analysis and its real time applicationsMerge sort analysis and its real time applications
Merge sort analysis and its real time applications
 
Ns1.4 A Factors & Primes
Ns1.4 A Factors & PrimesNs1.4 A Factors & Primes
Ns1.4 A Factors & Primes
 
Agent tic tac-toe - an interactive game for algorithmic and computational th...
Agent tic tac-toe  - an interactive game for algorithmic and computational th...Agent tic tac-toe  - an interactive game for algorithmic and computational th...
Agent tic tac-toe - an interactive game for algorithmic and computational th...
 
Algorithms Lecture 5: Sorting Algorithms II
Algorithms Lecture 5: Sorting Algorithms IIAlgorithms Lecture 5: Sorting Algorithms II
Algorithms Lecture 5: Sorting Algorithms II
 
16807097.ppt b tree are a good data structure
16807097.ppt b tree are a good data structure16807097.ppt b tree are a good data structure
16807097.ppt b tree are a good data structure
 
Function tables
Function tables Function tables
Function tables
 
Stanford splash spring 2016 basic programming
Stanford splash spring 2016 basic programmingStanford splash spring 2016 basic programming
Stanford splash spring 2016 basic programming
 
Denver MuleSoft Meetup Feb 24, 2021 - What's Batch Got to Do with It
Denver MuleSoft Meetup Feb 24, 2021 - What's Batch Got to Do with ItDenver MuleSoft Meetup Feb 24, 2021 - What's Batch Got to Do with It
Denver MuleSoft Meetup Feb 24, 2021 - What's Batch Got to Do with It
 
MySQL Query Optimisation 101
MySQL Query Optimisation 101MySQL Query Optimisation 101
MySQL Query Optimisation 101
 
Stage 6 fraction
Stage 6  fractionStage 6  fraction
Stage 6 fraction
 
Adding and subtracting
Adding and subtractingAdding and subtracting
Adding and subtracting
 
Chapter 2 Study Guides
Chapter 2  Study  GuidesChapter 2  Study  Guides
Chapter 2 Study Guides
 
Decision Science.pdf
Decision Science.pdfDecision Science.pdf
Decision Science.pdf
 
Algebra Foundations Series- 1.2 Order of Operations
Algebra Foundations Series- 1.2 Order of OperationsAlgebra Foundations Series- 1.2 Order of Operations
Algebra Foundations Series- 1.2 Order of Operations
 
Week 1
Week 1Week 1
Week 1
 
Java Helpa4.pdfASSIGNMENT 4 A game and an email system.docx
Java Helpa4.pdfASSIGNMENT 4  A game and an email system.docxJava Helpa4.pdfASSIGNMENT 4  A game and an email system.docx
Java Helpa4.pdfASSIGNMENT 4 A game and an email system.docx
 
Writing Tests Effectively
Writing Tests EffectivelyWriting Tests Effectively
Writing Tests Effectively
 
Chapter 7 Notes
Chapter 7 NotesChapter 7 Notes
Chapter 7 Notes
 
Adding and subtracting fractions
Adding and subtracting fractionsAdding and subtracting fractions
Adding and subtracting fractions
 

Recently uploaded

BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerunnathinaik
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 

Recently uploaded (20)

Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developer
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 

2.4 Lecture.pptx

  • 1. Do Now ● 2.4 Do Now ○ On your own ○ 5 minutes
  • 2. Agenda ● 2.4 Do Now ● Unit 2 Tracker ● Unit 2 Test/Study Guide ● 2.4 Lecture ○ SWBAT use various sorting algorithms to sort data ● 2.4 Activity ○ With a partner ● 2.4 Exit Ticket ○ 15 minutes timed ● Finish Early? ○ Revises from Unit 1/Unit 2 Tracker ○ Typing Homework ○ Unit 2 Extra Credit Opportunities
  • 4. Do Now Sort the following numbers from lowest to highest. Then answer, the two questions. 15 6 8 34 5 26 17 18 41 22 1. What was your strategy in sorting?
  • 5. DISCUSSION a) Think of a time when you were using a computer application or website that sorted values for you. b) Think about how you sorted the numbers in the Do Now. Would you use the same method to sort a set of 5000 numbers? i) What might you change? ii) What if you had a buddy to help you sort?
  • 6. ALGORITHMS ● An algorithm is a specific process or set of rules followed to get to a solution. Examples: ● Recipes ● handshake problem ● Directions ● fencepost problem ● -n-1
  • 7. SORTING ALGORITHMS ● Algorithms computers use to help it sort data ● Computer can only compare two items at a time ● We are going to learn TWO sorting algorithms. ○ SELECTION SORT ○ INSERTION SORT
  • 8. SELECTION SORT Sort a set of data by continuously “selecting” the next lowest value from the unsorted list and adding it to the sorted list (new set)
  • 9. SELECTI ON SORT Algorithm: 1. Take the first item. Compare it to the second item. The lower one is your current minimum. 2. Continue to compare current min with the rest of the values, always keeping the lower number. 3. Once minimum is found, move to new set. 4. Repeat. EACH TURN, IT IS FINDING THE LOWEST NUMBER AND THEN MOVING IT TO THE LEFT (SORTED LIST)​
  • 10. Selection Sort 3 1 6 2 5 4 ● Pass #1: 1 3 6 2 5 4 ● Pass #2: 1 2 3 6 5 4 ● Pass #3: 1 2 3 6 5 4 ● Pass #4: 1 2 3 4 5 6 ● Pass #5: 1 2 3 4 5 6 Number of Comparisons ● 5 ● 4 ● 3 ● 2 ● 1 Remember, you can only compare two items at a time. 5 + 4 + 3 + 2 + 1​ 15 COMPARISONS​ Algorithm: n(n-1)/2 https://visualgo.net/en/sorting
  • 11. INSERTION SORT Takes an unsorted set of values and sorts it in a new set by “inserting” one value at a time.
  • 12. INSERTION SORT Algorithm: 1. Take the first card in the unsorted set and put it in the back of the new sorted set. 2. If it’s lower than the one before it, put it in front. If it is higher, put it behind. 3. Repeat step 2 until the card is in its proper place. 4. Repeat steps 1-3 until all cards are sorted. Each new value is “inserted” into the correct spot in the order, one at a time.
  • 13. Insertion Sort 3 1 6 2 5 4 ● Pass #1: 1 3 6 2 5 4 ● Pass #2: 1 3 6 2 5 4 ● Pass #3: 1 2 3 6 5 4 ● Pass #4: 1 2 3 5 6 4 ● Pass #5: 1 2 3 4 5 6 Number of Comparisons ● 1 ● 1 ● 3 ● 2 ● 3 Remember, you can only compare two items at a time. 1 + 1 + 3 + 2 + 3 10 COMPARISONS​ https://visualgo.net/en/sorting
  • 14. EXTRA CREDIT Receive up to 20 extra credit points by: 1. Creating 2 videos, 1 for selection sort and 1 for insertion sort. 2. You are verbally explaining the difference as you show the difference, similar to the provided example but with a verbal explanation. 3. Be creative and use whatever supplies you have around your house to sort. Playing cards, paper, jersey numbers, etc.
  • 15. Agenda ● 2.4 Do Now ● Unit 2 Tracker ● Unit 2 Test/Study Guide ● 2.4 Lecture ○ SWBAT use various sorting algorithms to sort data ● 2.4 Activity ○ With a partner ● 2.4 Exit Ticket ○ 15 minutes timed ● Finish Early? ○ Revises from Unit 1/Unit 2 Tracker ○ Typing Homework ○ Unit 2 Extra Credit Opportunities