-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Final Project Plan #151
Comments
Aditya Ramesh |
Justin Liporada |
Sri Surapaneni |
Dante Atanssov |
Joshua Thinh |
Will Bartelt |
Daniel Lee |
Matthew Wakayama |
Trevor Huang |
Imaad Muzaffer |
Aditi Bharadwaj, Tanvi Movva, Abby Albert |
Ashwin Visvanath |
Katelyn Chen |
Saaras Kodali+Hanlun Li |
Shuban Pal + Daniel Choi |
Advik Garg + Jon Liu |
Lincoln Crowell and Saathvik Gampa |
Akhil Singamneni + Arnav Nadar |
Arushi P/Ananya A |
Cindy L/Anusha K |
Nathan O |
Ryan Liu/Austin Zhang |
Jason Gao / Arthur Liu |
Jared Baza |
Tarun Jaikumar/ Gurshawn Boporai |
Sai Talisetty, Vance Reynolds |
Cayden Shi, Eric Yu |
Pranavi Vakkala, Priya Suvarnagiri |
Nikki and Anika |
Ryan Liao and Sri Vaidyanathan S |
Matthew Wang |
David Lee/Brandon So |
Grayson Guyot |
Rayyan Darugar |
Vidha Ganji and Samhita Lagisetti |
Sumedha Kamaraju |
Tanav Kambhampati & Anvay Yadav |
Alisha Hussain and Anika Bhatnagar |
Sharon Kodali and Kayden Le |
Eshika Pallapotu & Avanthika Daita |
Ronit Thomas + Srijan Atti |
Ethan Hong + Howie Nguyen |
Jayden Chen + Peyton Leigh |
Soham Kulkarni + William Lee |
The Final Project should include algorithmic updates to their full stack additions. Divide and conquer on the elements below. Additionally, each student needs to write their algorithmic / data structures item(s) into their Blog. Be sure final team project project work complements your ability to perform your final assignments, "Final Project N@tM preview" and "Final Interview".
Loops (Algorithmic)
Show specific example of building a List using List Comprehension. Show examples of processing a list using conventional and for each methods.
Sorting / Searching (Algorithmic)
Show examples of sorting and searching using the backend of your project.. FYI, SQLAlchemy allows filtered selections and sorting. Additionally, you have sorting options discussed in tech talk.
Big(O)
Illustrate Space and Time complexity used in your Sorting / Searching algorithm.
2D Iteration
Show examples of code that use 2D iteration. This can be anywhere in your code where you are using rows and columns.
Deployment (Full Stack)
A complete deployment illustration multiple people using and updating your Full Stack Web Application simultaneously.
Pair Task two week Sprint. Code collaboratively in your team project.
Blog / FInal Interview
A personal blog of key Data Structures learned through the year is a key component to an 'A" grade. Topics include graphical user interfaces, input and output, lists, dictionaries, databases, searching, sorting, and algorithm analysis. Additionally, you should consider work done in pandas, using requests data, using response data, using model queries and saving data into persistent storage. The blog show contain a section on how your N@tM and CPT project have enabled you become a full stack developer.
Resources
There are several articles each student should review and blog prior to the end of the year.
The text was updated successfully, but these errors were encountered: