Skip to content

Commit 35cf3c1

Browse files
committed
Add Lago
1 parent e0a0fd5 commit 35cf3c1

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

algorithms/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ This section dives deep into practical tips for specific topics of algorithms an
55

66
For each topic, study links are recommended to help you master the topic. There is a list of recommended common questions to practice which in my opinion is highly valuable for mastering the core concepts for the topic.
77

8+
If you are interested in how data structures are implemented, check out [Lago](https://github.com/yangshun/lago), an 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 learning Data Structures and Algorithms.
9+
810
## Contents
911

1012
- [Array](array.md)

preparing/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ This [interviews repository](https://github.com/kdn251/interviews) by Kevin Naug
2121

2222
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.
2323

24+
If you are interested in how data structures are implemented, check out [Lago](https://github.com/yangshun/lago), an 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 learning Data Structures and Algorithms.
25+
2426
### Mastery through Practice
2527

2628
Next, gain familiarity and mastery of the algorithms and data structures in your chosen programming language:

0 commit comments

Comments
 (0)