From 3691478bb318a6735fd48e1bf5334a20b44e607e Mon Sep 17 00:00:00 2001 From: Yangshun Tay Date: Wed, 11 Oct 2017 00:39:07 +0800 Subject: [PATCH] Mention Lago --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0b126c6a..002d416d 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ Also, existing resources focus mainly on algorithm questions, and lack in covera - [Questions to Ask](non-technical/questions-to-ask.md) - [Negotiation Tips](non-technical/negotiation.md) - **[Utilities](utilities)** - Snippets of algorithms/code that will help in coding questions + - **UPDATE** - Check out [Lago](https://github.com/yangshun/lago), which is a Data Structures and Algorithms library that contains more high quality implementations with 100% test coverage. ## Related