# jsDataStructs **Repository Path**: zhoutk/jsDataStructs ## Basic Information - **Project Name**: jsDataStructs - **Description**: 用javascript实现各种基础数据结构,以模块模式组织代码,尽量简单高效。 具体说明请关注我的博客:http://segmentfault.com/u/zhoutk - **Primary Language**: NodeJS - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: http://segmentfault.com/u/zhoutk - **GVP Project**: No ## Statistics - **Stars**: 19 - **Forks**: 2 - **Created**: 2015-09-28 - **Last Updated**: 2022-07-11 ## Categories & Tags **Categories**: javascript-toolkits **Tags**: None ## README ##js-data-struct## a lib of data struct using javascript. ##list:## - LinkedList - DoubleLinkedList - Dictionary - Hashtable - BSTree - Graph ##how to use?## samples in index.js