Skip to content

Tri 2: Tech Talk Week 5: Algorithms

suneelanaidu edited this page May 11, 2022 · 1 revision

College Board Focused Concepts on Algorithms and Procedures. Refer to the README for additional resources and details.

This Tech Talk will only focus on Sequence, Procedures, and Object Oriented Programming.

Today or Tutorial this week: Lecture Extra Credit .25

  1. Pull code and get procedures running from Algorithm section via Console
  2. Write a Tester for palindrome.py Class.

Future Canvas Part 1: Hack Challenge Procedure 4/5

  1. Create a procedure given a random number between 1-100 determine if its an even or odd, also determine if it is prime number
  2. Create a procedure given a list of values, perform a sort, add a second procedure given a sorted list and an item to search tells you if it is found and how many attempt were made to find the item
  3. Find a couple of College Board Algorithms you missed on AP Practice exam and start a Replit with those algorithms
  4. Pick and get approval to do an algorithm of your choice, that meets the CB create task requirements(selection, iteration, collection data structure, procedure with input parameters and an output)

Future Canvas Part 2: Hack Challenge 5/5

  • Convert challenge above to a MVC pattern, to work as part of your Web application(add user input, user input will change pattern or behavior).
Clone this wiki locally