Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
9c9bae3
Add binary search algorithm implementation with visualization steps
Scc33 Apr 8, 2025
f9a652e
Add binary search algorithm implementation and update linear search t…
Scc33 Apr 8, 2025
21515bb
Enhance binary search functionality by ensuring sorted data and targe…
Scc33 Apr 8, 2025
3410061
Remove duplicated sorting of binary search data which was causing inf…
Scc33 Apr 8, 2025
c713c4f
Organize sorting and searching algorithms into separate directories a…
Scc33 Apr 8, 2025
73aa43e
Refactor AlgorithmPseudocode component to simplify div structure and …
Scc33 Apr 8, 2025
19b2299
Add subtitles to algorithm information and update page layout to disp…
Scc33 Apr 8, 2025
03e6ace
Enhance algorithm descriptions
Scc33 Apr 8, 2025
a925d9e
Refactor algorithm imports to use metadata module for improved organi…
Scc33 Apr 8, 2025
45f34b0
Refactor algorithm retrieval to use direct access for improved perfor…
Scc33 Apr 8, 2025
4905601
Remove unused algorithm utility functions and clean up related compon…
Scc33 Apr 8, 2025
ad7f2fc
Remove unused tests (will re-add later)
Scc33 Apr 8, 2025
3e92076
Refactor metadata generation to handle asynchronous parameters for im…
Scc33 Apr 8, 2025
c598269
Refactor difficulty page to use dynamic difficulty data and update li…
Scc33 Apr 8, 2025
04ddcbb
Refactor algorithm return structure to utilize createVisualization fo…
Scc33 Apr 8, 2025
c145446
Add difficulty display to AlgorithmInfo component for enhanced user e…
Scc33 Apr 8, 2025
591b434
Enhance Navbar component with mobile menu functionality and GitHub li…
Scc33 Apr 8, 2025
e3d6d12
Resolve errors blocking builds
Scc33 Apr 8, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
144 changes: 0 additions & 144 deletions __tests__/app/sorting/[algorithm]/page.test.tsx

This file was deleted.

58 changes: 0 additions & 58 deletions __tests__/components/AlgorithmCard.test.tsx

This file was deleted.

125 changes: 0 additions & 125 deletions __tests__/components/visualizer/SortingVisualization.test.tsx

This file was deleted.

Loading
Loading