Comparing version 1.0.4 to 1.0.5
@@ -54,2 +54,6 @@ const SinglyLinkedList = require('./data-structures/linked-lists/SinglyLinkedList'); | ||
const FastExponentiation = require('./algorithms/numerical/fastExponentiation'); | ||
const KMeansClustering = require('./algorithms/ml-statistical/kMeansClustering'); | ||
const LinearRegression = require('./algorithms/ml-statistical/linearRegression'); | ||
const LogisticRegression = require('./algorithms/ml-statistical/logisticRegression'); | ||
const DecisionTree = require('./algorithms/ml-statistical/decisionTrees'); | ||
// Import other data structures and algorithms as needed | ||
@@ -112,3 +116,7 @@ | ||
FastExponentiation, | ||
KMeansClustering, | ||
LinearRegression, | ||
LogisticRegression, | ||
DecisionTree, | ||
// Export other data structures and algorithms as well | ||
}; |
{ | ||
"name": "adv-dsa", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "JavaScript Data Structures and Algorithms Library", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
152168
115
4061