1.0.8 • Published 5 months ago

dsaalgo.js v1.0.8

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months ago

This package is use for data structure and algorithm it conatains LinkedList,Stack,Queue,Heap,Graph Installation instructions: npm i dsaalgo.js Usage instructions: In case you need sorting large amount of data you can use it

Examples:

const {LinkedList, list}=require("dsaalgo.js")
list.append(10)
list.append(20)
list.printList();
1.0.8

5 months ago

1.0.7

5 months ago

1.0.6

5 months ago

1.0.5

5 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago