Comparing version 1.0.3 to 1.0.4
@@ -51,2 +51,5 @@ const SinglyLinkedList = require('./data-structures/linked-lists/SinglyLinkedList'); | ||
const MaxFlowMinCutGraph = require('./algorithms/network-flow/maxFlowMinCutTheorem'); | ||
const GCD = require('./algorithms/numerical/gcd'); | ||
const PrimalityTesting = require('./algorithms/numerical/primalityTesting'); | ||
const FastExponentiation = require('./algorithms/numerical/fastExponentiation'); | ||
// Import other data structures and algorithms as needed | ||
@@ -106,3 +109,6 @@ | ||
MaxFlowMinCutGraph, | ||
GCD, | ||
PrimalityTesting, | ||
FastExponentiation, | ||
// Export other data structures and algorithms as well | ||
}; |
{ | ||
"name": "adv-dsa", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"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
139515
107
3708