Skip to content

HunterLarco/Structures.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Structures.js

Contributers · Hunter Larco

A Javascript library for an assortment of data structures.

Example

var tree = new Structures.TrieTree(['apple', 'tree', 'pie']);
tree.traverse(function(node){
  console.log(node.value());
});

Installation

Download Structures.min.js and place it in your project's root directory

<script type='text/javascript' src='Structures.min.js'></script>

Documentation

About

A data structures library written purely in Javascript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages