Adds a subarray method to JavaScript Arrays that behaves like TypedArray.subarray
Get a random subarray of the specified length with unique elements
Maximum subarray
Create an iterator which iterates over each subarray in a stack of subarrays according to a list of specified stack dimensions.
Find the continuous subarray within an array of numbers which has the largest sum.
Create an iterator which iterates over each subarray in a stack of subarrays.
Swap a SubArray
Append and consume bytes using only no-copy operations
Perform a reduction over a list of specified dimensions in an input ndarray and assign results to a provided output ndarray.
Perform a reduction over a list of specified dimensions in an input ndarray according to a callback function and assign results to a provided output ndarray.
Fix broken Hermes engine TypedArray implementation for React Native
Fast view into a subarray with an Array-like interface
A JavaScript implementation of Kadane's Algorithm for finding the maximum subarray sum.
Ember Array proxy for pagination
Get maximal sum of contiguous subarray of an array.
This project designed to analyze historical OHLC (Open-High-Low-Close) data of financial markets and predict potential breakout patterns. It utilizes the Maximum Subarray algorithm with Depth-First Search (DFS) to identify periods of significant price mov
Compact encoding for versioned encrypted values with automatic string/buffer handling.
Multi-Dimensional Functions. Create, Query, and Transform Multi-Dimensional Data.
An efficient ring / circular binary buffer returning a sub-array on write
returns maximum subarray sum for the given array.
A fork of [@parity/schnorrkel-js](https://github.com/polkadot-js/schnorrkel-js/tree/b1a1bf25be7397d3c21bba5ddde14286a58b269c) that allows proper operation against all the environments that the `@polkadot/api` supports. Changes from the base repo -
Slice polyfill for TypedArrays in Node v0.12
EDIABAS / EdiabasX shared primitives: CP1252 encoding, XOR decryption (key 0xF7), error codes, type definitions.
Módulo para calcular valores em um array
rustgym solutions
Finds the maximum subarray sum in a list.
An array where only a (contiguous) subarray may be viewed or operated on
Cache-friendly, parallel, sample-sort-based suffix array construction (Rust port of CaPS-SA)
High-performance Machine Learning, Auto-Differentiation and Tensor Algebra crate for Rust
some common rust_algorithms, Everyone can participate, and the project will continue to be updated, all the algorithms comes from <Introduction to Algorithms III>
Extract a fixed size sub-array out of an array with complie-time length and offset checks.
Hooks in Rust for Xahau
Parallel Construction of Suffix Arrays in Rust
A collection of efficient algorithms implemented in Rust for real-world projects.
A collection of efficient algorithms implemented in Rust for real-world projects.
Extract a sub-array out of an array
A gem that returns tuple of given size
Solving maximum/minimum subarray problem with Kadane's algorithm
Create mutable 2D arrays that allow you to change subarrays.
Class SubObject that is the parent class for Ruby SubString and SubArray classes and alike, providing the base interface. This and child classes use negligible memory space, as their instance holds the positional information only. It behaves exactly like the source object (duck-typing), except destructive modification is prohibited. If the original source object is destructively altered, the corresponding instance can detect it and issue warning.