Search results
23 packages found
Knapsack Pro Core library splits tests across CI nodes and makes sure that tests will run in optimal time on each CI node. This library gives core features like communication with KnapsackPro.com API. This library is a dependency for other projects specif
Knapsack Pro Cypress splits Cypress.io tests across CI nodes and makes sure that tests will run in optimal time on each CI node.
- knapsack
- knapsack pro
- cypress
- cypress.io
- test suite parallelisation
- parallelisation
- testing
- test
- automation
- end-to-end
- e2e
- integration
- runner
- CI
Knapsack Pro Jest splits Jest tests across CI nodes and makes sure that tests will run in optimal time on each CI node.
- knapsack
- knapsack pro
- jest
- jasmine
- test suite parallelisation
- parallelisation
- testing
- test
- automation
- integration
- runner
- CI
Build Design Systems with Knapsack
A package for algorithms
- algorithm
- sorting
- searching
- graph
- dynamic programming
- bubble sort
- merge sort
- binary search
- linear search
- breadth-first search
- bfs
- depth-first search
- dfs
- fibonacci
- View more
Rectpack-ts is a TypeScript library that implements heuristic algorithms for solving the 2D knapsack problem, also known as the bin packing problem. This involves packing a set of rectangles into the smallest number of bins.
A Node-RED node that load balances electric consumption based on the knapsack algorithm.
Automatically provisions and installs locally-trusted TLS certificates for Node.js https servers (including Express.js, etc.) using mkcert.
Get CI environment variables for parallelizing builds
A module for resource allocation solving
Knapsack Pro custom runner for Gherkin/Testcafe
- knapsack
- knapsack pro
- jest
- jasmine
- test suite parallelisation
- parallelisation
- testing
- test
- automation
- integration
- runner
- CI
(Bounded) Knapsack problem
bin-packing algorithms
A Node-RED node that demonstrates the use of the Knapsack algorithm
Decoder, Encoder and Cracker for Merkle–Hellman knapsack cryptosystem
Knapsack problem algorithms for JavaScript
- agpl
- algorithms
- complete
- computer
- dynamic
- in
- javascript
- knapsack
- meet
- middle
- np
- polynomial
- programming
- pseudo
- View more
Solve the unbounded knapsack problem and its dual version
Solves a variation of knapsack problem. Target is to fulfill `capacity` using values from the `values` array while minimizing overflow over `capacity`.
- knapsack
- combinatorics
- combinatorial
- optimization
- weight
- value
- capacity
- constraint
- resource
- allocation
- min
- overflow