diff --git a/package.json b/package.json index c72dc12..337b35b 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,14 @@ }, "keywords": [ "data structures", - "linked list" + "linked list", + "binary search tree", + "queue", + "stack", + "trie", + "min heap", + "doubly linked list", + "circular linked list" ], "author": "jasonheecs", "license": "MIT",