chrisallo / levelup

An implementation and the test of data structure and algorithm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Levelup

Levelup is a set of codes that implements common data structures and algorithms in JavaScript.

Data structure

Name Description
LinkedList One-way linked list
Stack FILO
Queue FIFO
MaxHeap Max heap
PriorityQueue Priority queue

Algorithm

To be added later.

About

An implementation and the test of data structure and algorithm.

License:MIT License


Languages

Language:JavaScript 100.0%