From 7569e267001116a1bb0da63a3a3b25874e654e00 Mon Sep 17 00:00:00 2001 From: Shakeel <25844541+shkmhd@users.noreply.github.com> Date: Wed, 6 Jan 2021 21:30:33 +0300 Subject: [PATCH] contents: replace Lago with TheAlgorithms (#193) --- contents/study-and-practice.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contents/study-and-practice.md b/contents/study-and-practice.md index 4399094a..74b0d4ec 100644 --- a/contents/study-and-practice.md +++ b/contents/study-and-practice.md @@ -11,7 +11,7 @@ This [interviews repository](https://github.com/kdn251/interviews) by Kevin Naug The Medium publication [basecs](https://medium.com/basecs) by [Vaidehi Joshi](https://medium.com/@vaidehijoshi) is also a great and light-hearted resource to recap on the various data structures and algorithms. -If you are interested in how data structures are implemented, check out [Lago](https://github.com/yangshun/lago), a Data Structures and Algorithms library for JavaScript. It is pretty much still WIP but I intend to make it into a library that is able to be used in production and also a reference resource for revising Data Structures and Algorithms. +You can also find implementations of common data structures and algorithms using various popular languages at [TheAlgorithms](https://thealgorithms.github.io/). ## Mastery through practice