项目作者: weiqinl

项目描述 :
javascript-datastructures-algorithms 数据结构与算法
高级语言: JavaScript
项目地址: git://github.com/weiqinl/javascript-datastructures-algorithms.git


javascript 数据结构与算法

欢迎查看博客园:weiqinl.com

如何使用本库

  1. git clone git@github.com:weiqinl/javascript-datastructures-algorithms.git & cd javascript-datastructures
  2. npm install
  3. npm test

目录结构

  1. src
  2. algorithms(算法应用)
  3. data-structures(数据结构)
  4. __test__ 测试用例

数据结构

  1. 栈-stack
  2. 队列-queue
  3. 链表-linkedlist

测试

本项目,使用jest来进行单元测试。

参考

学习JavaScript数据结构与算法【Loiane Groner 著】