subseq
There are 21 repositories under subseq topic.
stdlib-js/array-to-fancy
Convert an array to an object supporting fancy indexing.
Mohamedhany99/Number-of-Matching-Subsequences-LeetCode-Problem
"Number of Matching Subsequences" LeetCode Problem Solution
stdlib-js/array-base-fancy-slice
Return a shallow copy of a portion of an array.
stdlib-js/array-base-fancy-slice-assign
Assign element values from a broadcasted input array to corresponding elements in an output array.
stdlib-js/iter-fill
Create an iterator which replaces all values from a provided iterator from a start index to an end index with a static value.
stdlib-js/iter-slice
Create an iterator which returns a subsequence of iterated values from a provided iterator.
stdlib-js/ndarray-to-fancy
Convert an ndarray to an object supporting fancy indexing.
stdlib-js/slice-base-args2multislice
Create a MultiSlice object from a list of MultiSlice constructor arguments.
stdlib-js/slice-base-length
Compute the number of elements in a normalized slice.
stdlib-js/slice-base-nonreduced-dimensions
Return a list of non-reduced dimensions in an un-normalized multi-slice.
stdlib-js/slice-base-normalize-multi-slice
Normalize a MultiSlice object.
stdlib-js/slice-base-normalize-slice
Normalize a Slice object.
stdlib-js/slice-base-reduced-dimensions
Return a list of reduced dimensions in an un-normalized multi-slice.
stdlib-js/slice-base-sargs2multislice
Create a MultiSlice object from a comma-separated list of string-serialized MultiSlice constructor arguments.
stdlib-js/slice-base-seq2multislice
Convert a multidimensional subsequence string to a MultiSlice object.
stdlib-js/slice-base-seq2slice
Convert a subsequence string to a Slice object.
stdlib-js/slice-base-shape
Compute the shape of a normalized multi-slice.
stdlib-js/slice-base-slice2seq
Convert a Slice object to a subsequence string.
stdlib-js/slice-base-str2multislice
Parse a string-serialized MultiSlice object.
stdlib-js/slice-base-str2slice
Parse a string-serialized Slice object.
stdlib-js/slice-seq2slice
Convert a subsequence string to a Slice object.