# jsDataStructs **Repository Path**: shensomeone/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**: 0 - **Forks**: 2 - **Created**: 2017-03-01 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **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