Comparing version 1.4.2 to 1.5.0
@@ -25,1 +25,8 @@ | ||
export {bifurcateArray} from './src/generics/bifurcateArray'; | ||
//============Add Tree Trvaersal Here=================== | ||
//============Data Structures=================== | ||
export { SinglyLinkedList } from './src/dataStructures/linkedList/SinglyLinkedList'; |
{ | ||
"name": "athro", | ||
"version": "1.4.2", | ||
"version": "1.5.0", | ||
"description": "A library for javascript which contains basic datastructures, algorithms and some generic functionalities which a developer needs", | ||
@@ -13,2 +13,9 @@ "main": "index.js", | ||
"generics", | ||
"stack", | ||
"queue", | ||
"linkedlist", | ||
"doublylinkedlist", | ||
"trees", | ||
"binarysearchtree", | ||
"bst", | ||
"front-end", | ||
@@ -15,0 +22,0 @@ "backend", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
159322
28
7635