From 72fea5dccb9f407c5874c469235ecbb8ae42417f Mon Sep 17 00:00:00 2001 From: Baljeet Singh Date: Thu, 21 Jul 2022 09:38:55 +0530 Subject: [PATCH] Update Algorithm Visualizer URL The Algorithm visualizer repo has been moved to the new repo. So, updated URL here. --- architecture/algorithms.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/architecture/algorithms.md b/architecture/algorithms.md index 221b42ec..72d91859 100644 --- a/architecture/algorithms.md +++ b/architecture/algorithms.md @@ -9,7 +9,7 @@ A self-contained step-by-step set of operations to be performed. Algorithms perf [![Twitter](https://img.shields.io/badge/follow-twitter-55acee.svg?style=flat-square)](https://twitter.com/FrontendDir) ----------------------------------------- -+ **[Algorithm Visualizer](https://github.com/parkjs814/AlgorithmVisualizer)**: A collection of algorithms with code and visualizations for each one of them. ++ **[Algorithm Visualizer](https://github.com/algorithm-visualizer/algorithm-visualizer)**: A collection of algorithms with code and visualizations for each one of them. + **[Sorting Algorithms Animations](https://www.toptal.com/developers/sorting-algorithms/)**: The following animations illustrate how effectively data sets from different starting points can be sorted using different algorithms. @@ -19,4 +19,4 @@ A self-contained step-by-step set of operations to be performed. Algorithms perf Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License. -Please provide a link back to this repository. This is not necessary for GitHub forks. \ No newline at end of file +Please provide a link back to this repository. This is not necessary for GitHub forks.