Skip to content

iterative implementation of BST. Just for practice, fun to code. Feel free to take a peek if you are studying data structures or just want to see my code

Notifications You must be signed in to change notification settings

PaulCardoos/dataStructures-Javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Technologies

  • Node v14.16.0
  • npm 6.14.11

Introduction

These are basic data structure implement in Nodejs. They are fo practice and include Trees, HashTable, Heaps, Queues, Priority Queues, Stacks and arrays.

How it Works

In order for this code to work on your machine you need to clone the whole repository.

git clone https://github.com/PaulCardoos/dataStructures-Javascript.git

navigate to the path where you cloned to repository

npm i

from this point you can run any file as you would run any node program. Make sure the code is together as the code requires some classes that are implement in the code to run. For example the BST requires the Node class.

no extra dependencies are needed

Extras

This is a work in progress. I strive everyday to fully master data structure and algorithms

About

iterative implementation of BST. Just for practice, fun to code. Feel free to take a peek if you are studying data structures or just want to see my code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published