Score

Remediations

My answer was A and D. A would not work as it does not ensure the entries are sorted by year, hence the first row of the spreadsheet may not necessarily contain the entry with the lowest year value.
The other mistake was a simple misclick.
Notes :
Notes on Space and Time Complexity
Commits:


Plans to Finish and Improve CPT Project
My current plan to finish my CPT project is utilize some of the code I have worked on in my group project and apply it in a different sense. For my group project last trimester, I was in charge of the backend code and thus I worked on creating a personality testing feature that updates to a separate database, a user profile in which user information is taken and stored in a database that is encrypted and can later be accessed, and sign in / log in feature. I want to take my user profile features and implement the database storing for a small game such as Snake. I am going to create a Snake game or something similar and implement user database and profiles to store scores. Our group project was not personalized specifically and so our group decided after talking with Mr. Yeung to create separate CPT projects but work on a collaborative group project.
Simulation Code for Group Project. Data Data Structures including List, Dictionaries, 2D arrays and Iteration
Dice Roll Simulation
Score

Remediations
My answer was A and D. A would not work as it does not ensure the entries are sorted by year, hence the first row of the spreadsheet may not necessarily contain the entry with the lowest year value.
The other mistake was a simple misclick.
Notes :
Notes on Space and Time Complexity
Commits:
Plans to Finish and Improve CPT Project
My current plan to finish my CPT project is utilize some of the code I have worked on in my group project and apply it in a different sense. For my group project last trimester, I was in charge of the backend code and thus I worked on creating a personality testing feature that updates to a separate database, a user profile in which user information is taken and stored in a database that is encrypted and can later be accessed, and sign in / log in feature. I want to take my user profile features and implement the database storing for a small game such as Snake. I am going to create a Snake game or something similar and implement user database and profiles to store scores. Our group project was not personalized specifically and so our group decided after talking with Mr. Yeung to create separate CPT projects but work on a collaborative group project.
Simulation Code for Group Project. Data Data Structures including List, Dictionaries, 2D arrays and Iteration
Dice Roll Simulation