From 27407d6b38062ea466eafbe752d461d22291a193 Mon Sep 17 00:00:00 2001 From: Oleksii Trekhleb Date: Fri, 6 Apr 2018 09:34:36 +0300 Subject: [PATCH] Add AVL Tree. --- package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a2101347..b6ad8596 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,12 @@ "type": "git", "url": "git+https://github.com/trekhleb/data-structures.git" }, - "keywords": [], + "keywords": [ + "computer science", + "cs", + "algorithms", + "data structures" + ], "author": "Oleksii Trekhleb (https://www.linkedin.com/in/trekhleb/)", "license": "ISC", "bugs": {