From 996a596e1429cf0b111ca6a0af0f78183338b438 Mon Sep 17 00:00:00 2001 From: Zilong Yao <59038614+ZLY201@users.noreply.github.com> Date: Thu, 4 Aug 2022 23:30:26 +0800 Subject: [PATCH] docs: add js-sdsl (#825) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f6fe22..2119302 100644 --- a/README.md +++ b/README.md @@ -451,7 +451,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [buckets](https://github.com/mauriciosantos/Buckets-JS) - A complete, fully tested and documented data structure library written in JavaScript. * [hashmap](https://github.com/flesler/hashmap) - Simple hashmap implementation that supports any kind of keys. * [ngraph.graph](https://github.com/anvaka/ngraph.graph) - Graph data structure in javascript. - +* [js-sdsl](https://github.com/zly201/js-sdsl) - Refer to the javascript standard data structure library implemented by c++ stl, which supports c++ bidirectional iterator mode. ## Date *Date Libraries.*