diff --git a/website/app/editor/depth-first-search/PageContent.tsx b/website/app/editor/depth-first-search/PageContent.tsx index 7a47520..90b393b 100644 --- a/website/app/editor/depth-first-search/PageContent.tsx +++ b/website/app/editor/depth-first-search/PageContent.tsx @@ -34,7 +34,7 @@ function BreathFirstSearch() { Fancy algorithn that does some cool stuff `} formData={formData} - summary={`Explanation of the depth first search algorithm ${formData.formValues.startVertex?.id}`} + summary={`Searching for node with Id ${formData.formValues.targetVertex?.id} from node with Id ${formData.formValues.startVertex?.id}`} /> ); } diff --git a/website/app/editor/layout.tsx b/website/app/editor/layout.tsx index 4704a00..fbd7f0f 100644 --- a/website/app/editor/layout.tsx +++ b/website/app/editor/layout.tsx @@ -178,8 +178,6 @@ function Layout({ children }: LayoutProps) { /> - - -https://graph.komlankodoh.com/editor2024-03-20T19:41:26.029Zdaily0.7 -https://graph.komlankodoh.com2024-03-20T19:41:26.029Zdaily0.7 -https://graph.komlankodoh.com/editor/depth-first-search2024-03-20T19:41:26.029Zdaily0.7 -https://graph.komlankodoh.com/editor/dijkstra-shortest-path2024-03-20T19:41:26.029Zdaily0.7 -https://graph.komlankodoh.com/editor/node-excentricity2024-03-20T19:41:26.029Zdaily0.7 -https://graph.komlankodoh.com/editor/maximum-independent-set2024-03-20T19:41:26.029Zdaily0.7 -https://graph.komlankodoh.com/editor/brute-force-minimum-node-coloring2024-03-20T19:41:26.029Zdaily0.7 -https://graph.komlankodoh.com/editor/breath-first-traversal2024-03-20T19:41:26.029Zdaily0.7 +https://graph.komlankodoh.com/editor2024-03-20T19:52:35.728Zdaily0.7 +https://graph.komlankodoh.com/editor/maximum-independent-set2024-03-20T19:52:35.728Zdaily0.7 +https://graph.komlankodoh.com/editor/depth-first-search2024-03-20T19:52:35.728Zdaily0.7 +https://graph.komlankodoh.com/editor/brute-force-minimum-node-coloring2024-03-20T19:52:35.728Zdaily0.7 +https://graph.komlankodoh.com/editor/dijkstra-shortest-path2024-03-20T19:52:35.728Zdaily0.7 +https://graph.komlankodoh.com/editor/node-excentricity2024-03-20T19:52:35.728Zdaily0.7 +https://graph.komlankodoh.com2024-03-20T19:52:35.728Zdaily0.7 +https://graph.komlankodoh.com/editor/breath-first-traversal2024-03-20T19:52:35.728Zdaily0.7 \ No newline at end of file