Learn and discover how sorting algorithms work and which ones work best while implementing existing features.
Add and update plan according to teacher, peers, and other student inputs.
Blog process, learnings, and updates so that we have a complete understanding on task and can represent our work better.
Overview:
The primary focus of our final project is adapting Varun's stock cpt using sorting and searching algorithms. We plan to do this by using a csv containing additional data for all stocks in S&P 500.
The sorting algorithm that makes the most sense for our dataset is insertion.
Considering bucket sorting for categorical data.
Creating a platform for filtering stock data-based on sectors (Varun's part).
Filtering companies based on year founded (bubble-sorting).
Plan:
Considering using a table format, similar to existing feature, to represent Varun's part.
Integrate existing buy sell feature to new category feature
Looking into using a slider for a user to drag and find out stocks based on year founded for Aditya's part.
Might have to filter CSV file and clean data to get rid of unnecessary information.
Might have to adapt existing database or add on to database in backend API.
Deployment/Future:
Make sure all APIs intilized under Init.
Deploy project to display understanding and importance of real time data change.
Learn about other CS topics through NATM and from viewing/reviewing other peoples projects.
Work toward implementing all changes and suggestions given by teacher/peers.
Focus: is to create an operational update to CPT that uses and displays our understanding or sorting/searching algorithms.
Day-To-Day plans:
Monday: Work on cleaning csv data and algorithmically sorting data/ frontend
Tuesday: Work on Api/Frontend
Wednesday: Work on connecting both API and Frontend and test for any errors.
Thursday:work on deployment and final project testing
Friday: Work on deployment
Progress
all goals completed
additional restructuring of existing project layout
additional added single stock price update feature
additionally added bubble sort of sort by alphabetic order for stock symbol
Preface/Goals:
Overview:
The primary focus of our final project is adapting Varun's stock cpt using sorting and searching algorithms. We plan to do this by using a csv containing additional data for all stocks in S&P 500.
Plan:
Deployment/Future:
Focus: is to create an operational update to CPT that uses and displays our understanding or sorting/searching algorithms.
Day-To-Day plans:
Progress