-
Notifications
You must be signed in to change notification settings - Fork 84
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.
- Pull code and get procedures running from Algorithm section via Console
- Write a Tester for palindrome.py Class.
- Create a procedure given a random number between 1-100 determine if its an even or odd, also determine if it is prime number
- 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
- Find a couple of College Board Algorithms you missed on AP Practice exam and start a Replit with those algorithms
- 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)
- 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).