From f804a405c0ec7f9c42b28d29feec5cd5bc919462 Mon Sep 17 00:00:00 2001 From: ahmed refat twfik Date: Sat, 19 Jul 2014 19:01:39 +0300 Subject: [PATCH] Added a list of data structure libraries --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index da4beed..4447e2b 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ A collection of awesome browser-side JavaScript libraries, resources and shiny * Utilities * [Files](#files) * [Functional Programming](#functional-programming) + * [Data Structure](#data-structure) * [Date](#date) * [String](#string) * [Number](#number) @@ -194,6 +195,12 @@ There're also some great commercial libraries, like [amchart](http://www.amchart * [ramda](https://github.com/CrossEye/ramda) - A practical functional library for Javascript programmers. +##Data Structure +*Data structure libraries to build a more sophisticated application.* + +* [mori](http://swannodette.github.io/mori/) - A library for using ClojureScript's persistent data structures and supporting API from the comfort of vanilla JavaScript. +* [buckets](https://github.com/mauriciosantos/buckets) - A complete, fully tested and documented data structure library written in JavaScript. + ## Date *Date Libraries.*