Individual Role
I am the scrum master. My role is to ensure our group is on schedule with our plans, and to encourage each other to be accountable and meet deadlines. Also my job is to create the group review tickets .
Plans to Finish and Improve CPT Project
I have used an imperative approach to my CPT project which I wrote myself, so I will not need to change that in relation to copying issues. I want to recreate my ratings function to not use SQLAlchemy to calculate the average and instead iterate through a list of the rates column in the sqlite database now that I have more knowledge on the imperative approach. Also I want to add a sorting mechanism based on sequencing on rates as well as a search by rate. My plan so far: Link
Individual Work
Time and Space Complexity Notes:
I answered all of the questions. LINK
Hacks
My Notebooks are not currently posting, but I have all of these hacks completed on time.
[x] Answered all questions throughout blog
[x] Answered data analysis questions
[x] Researched different types of sorting algorithms and the type of complexities
[x] Answered 3 questions in the hacks
[x] Recorded findings, created algorithms for each type of complexity and tested with different sized datasets, collected the time required for each function to run and analyzed it. WROTE CODE THIS WEEK IN THIS SECTION, NOT PART OF PROJECT WE USED THIS WEEK TO MAINLY PLAN NOT TO CODE.
Big Idea 2 Quiz Reflection
Again, I am having difficulties with posts and notebooks so I included my reflection below:
Quiz results:
This quiz were fairly straightforward. I would say I understand the concepts.
I got this question incorrect. I now understand that D is one of the correct choices because sorting by year will sort the spreadsheet from least to greatest by year. Filtering by year will remove entries with unknown years. Filtering by photographer will remove entries with unknowns.
Group Links
Individual Role I am the scrum master. My role is to ensure our group is on schedule with our plans, and to encourage each other to be accountable and meet deadlines. Also my job is to create the group review tickets .
Plans to Finish and Improve CPT Project I have used an imperative approach to my CPT project which I wrote myself, so I will not need to change that in relation to copying issues. I want to recreate my ratings function to not use SQLAlchemy to calculate the average and instead iterate through a list of the rates column in the sqlite database now that I have more knowledge on the imperative approach. Also I want to add a sorting mechanism based on sequencing on rates as well as a search by rate. My plan so far: Link
Individual Work
Time and Space Complexity Notes: I answered all of the questions. LINK
Hacks
My Notebooks are not currently posting, but I have all of these hacks completed on time.
Big Idea 2 Quiz Reflection Again, I am having difficulties with posts and notebooks so I included my reflection below: Quiz results:
My Commits