Skip to content

feat(SPSP): created a table visualization component for SSSP and SPSP problems#131

Merged
wrigjl merged 5 commits into
ReduxISU:ReduxAPI_GUIfrom
RajNilkar:ReduxAPI_GUI
Jul 11, 2026
Merged

feat(SPSP): created a table visualization component for SSSP and SPSP problems#131
wrigjl merged 5 commits into
ReduxISU:ReduxAPI_GUIfrom
RajNilkar:ReduxAPI_GUI

Conversation

@RajNilkar

Copy link
Copy Markdown
Contributor

Summary

This PR adds a React component for the Single Pair Shortest Path and Single Source Shortest Path problems, providing users with a step-by-step guide to Dijkstra's algorithm execution in a structured table.

@wrigjl

wrigjl commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

Raj, this looks cool, but it contains an un-needed change to package-lock.json (instead of using "npm install" use "npm ci" when you're testing). Can you revert the change to just that file?

@RajNilkar

Copy link
Copy Markdown
Contributor Author

Reverted package-lock.json to upstream version and will use npm ci going forward. Thanks for the heads up.

@wrigjl wrigjl merged commit d08e37c into ReduxISU:ReduxAPI_GUI Jul 11, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants