Card-Complexity / Card-Complexity-issues

0 stars 0 forks source link

Team Additions After Due-Date #7

Open Ekamjot-Kaire opened 9 months ago

Ekamjot-Kaire commented 9 months ago

1) Better implementation of Fibonacci

Commit (Backend) Commit (Frontend)

We fixed the time complexity display of Fibonacci. Originally, the time complexities were being displayed incorrectly, due to an issue with both the algorithm and the frontend display. We fixed both issues, so now Fibonacci works



2) Fixing rendering of Cards Frontend

Commit

The rendering time was taking too long with every card switch. Instead, we made it so that the image link switch instead of the elements with the id themselves. This would obviously have some issues if the images don't load. However, for our purposes of just demonstration this seemed to work out better



3) Other bug fixes

Merge fix: Commit

Attempted CORS fixes: Commit