Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: subsequence

stdlib-js/slice-base-seq2slice

Convert a subsequence string to a Slice object.

Language: JavaScript - Size: 1020 KB - Last synced: 3 days ago - Pushed: 3 days ago - Stars: 1 - Forks: 0

xayahrainie4793/minimal-elements-of-the-prime-numbers

Minimal elements for the base b representations of the prime numbers > b for the subsequence ordering, for 2 ≤ b ≤ 36

Language: C++ - Size: 166 MB - Last synced: 4 days ago - Pushed: 4 days ago - Stars: 1 - Forks: 0

stdlib-js/slice-base-sargs2multislice

Create a MultiSlice object from a comma-separated list of string-serialized MultiSlice constructor arguments.

Language: JavaScript - Size: 1.05 MB - Last synced: 9 days ago - Pushed: 9 days ago - Stars: 1 - Forks: 0

stdlib-js/slice-base-seq2multislice

Convert a multidimensional subsequence string to a MultiSlice object.

Language: JavaScript - Size: 656 KB - Last synced: 22 days ago - Pushed: 22 days ago - Stars: 1 - Forks: 0

stdlib-js/slice-base-nonreduced-dimensions

Return a list of non-reduced dimensions in an un-normalized multi-slice.

Language: JavaScript - Size: 858 KB - Last synced: 24 days ago - Pushed: 26 days ago - Stars: 1 - Forks: 0

stdlib-js/slice-base-reduced-dimensions

Return a list of reduced dimensions in an un-normalized multi-slice.

Language: JavaScript - Size: 175 KB - Last synced: 24 days ago - Pushed: 26 days ago - Stars: 1 - Forks: 0

stdlib-js/slice-base-slice2seq

Convert a Slice object to a subsequence string.

Language: JavaScript - Size: 560 KB - Last synced: 24 days ago - Pushed: 26 days ago - Stars: 1 - Forks: 0

stdlib-js/slice-seq2slice

Convert a subsequence string to a Slice object.

Language: JavaScript - Size: 397 KB - Last synced: 24 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/array-to-fancy

Convert an array to an object supporting fancy indexing.

Language: JavaScript - Size: 2.02 MB - Last synced: 24 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/array-base-fancy-slice-assign

Assign element values from a broadcasted input array to corresponding elements in an output array.

Language: JavaScript - Size: 1.53 MB - Last synced: 24 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/array-base-fancy-slice

Return a shallow copy of a portion of an array.

Language: JavaScript - Size: 572 KB - Last synced: 24 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

ctxppc/PatternKit

A Swift library for writing & manipulating patterns for matching on collections.

Language: Swift - Size: 316 KB - Last synced: 3 months ago - Pushed: over 2 years ago - Stars: 9 - Forks: 0

CodeRex7/CodingPractice

Language: C++ - Size: 219 KB - Last synced: 4 months ago - Pushed: almost 6 years ago - Stars: 1 - Forks: 0

griffincalme/AminoAcidSequenceAssembly

Sequence assembler for amino acid subsequences. Takes a line-separated text file and returns the assembled/merged peptides (using Needleman-Wunsch global alignment) as a text file.

Language: Python - Size: 11.7 KB - Last synced: 7 months ago - Pushed: about 7 years ago - Stars: 0 - Forks: 0

stdlib-js/slice-base-args2multislice

Create a MultiSlice object from a list of MultiSlice constructor arguments.

Language: JavaScript - Size: 276 KB - Last synced: 24 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

boniolp/Theseus

Navigating the Labyrinth of Time Series Anomaly Detection

Language: Python - Size: 223 MB - Last synced: 3 months ago - Pushed: about 1 year ago - Stars: 18 - Forks: 2

stdlib-js/slice-base-str2slice

Parse a string-serialized Slice object.

Language: Makefile - Size: 552 KB - Last synced: 24 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/slice-base-normalize-slice

Normalize a Slice object.

Language: JavaScript - Size: 684 KB - Last synced: 24 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/slice-base-str2multislice

Parse a string-serialized MultiSlice object.

Language: Makefile - Size: 728 KB - Last synced: 24 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/slice-base-length

Compute the number of elements in a normalized slice.

Language: Makefile - Size: 603 KB - Last synced: 12 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/slice-base-shape

Compute the shape of a normalized multi-slice.

Language: JavaScript - Size: 668 KB - Last synced: 12 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/slice-base-normalize-multi-slice

Normalize a MultiSlice object.

Language: JavaScript - Size: 989 KB - Last synced: 24 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

HarshSahuH/Aditya-Verma-DP

Dynamic Programming

Language: C++ - Size: 58.6 KB - Last synced: 9 months ago - Pushed: 9 months ago - Stars: 1 - Forks: 0

nbhirud/Algorithms-Java

Sorting and other algorithms implemented in Java

Language: Java - Size: 1.37 MB - Last synced: 9 months ago - Pushed: about 7 years ago - Stars: 0 - Forks: 0

forcir/subsequences

Easily generate subsequences from a provided map, array, or string input.

Language: TypeScript - Size: 88.9 KB - Last synced: 8 days ago - Pushed: 10 months ago - Stars: 1 - Forks: 0

Mohamedhany99/Number-of-Matching-Subsequences-LeetCode-Problem

"Number of Matching Subsequences" LeetCode Problem Solution

Language: Python - Size: 0 Bytes - Last synced: 12 months ago - Pushed: almost 2 years ago - Stars: 1 - Forks: 0

schiffma/distlib

Distance related functions (Damerau-Levenshtein, Jaro-Winkler , longest common substring & subsequence) implemented as SQLite run-time loadable extension. Any UTF-8 strings are supported.

Language: C - Size: 1.73 MB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 16 - Forks: 1

Triun/PHP-Longest-Common-Subsequence

PHP implementation of an algorithm to solve the `longest common subsequence` problem.

Language: PHP - Size: 14.6 KB - Last synced: 12 days ago - Pushed: about 6 years ago - Stars: 1 - Forks: 0

greed2411/LCS

The longest common subsequence (LCS) problem is the problem of finding the longest subsequence common to all sequences in a set of sequences (often just two sequences). It differs from problems of finding common substrings: unlike substrings, subsequences are not required to occupy consecutive positions within the original sequences. The longest common subsequence problem is a classic computer science problem, and has applications in bioinformatics.

Language: Python - Size: 119 KB - Last synced: about 1 year ago - Pushed: about 7 years ago - Stars: 2 - Forks: 0

anshumagahlot22/Recursion-Programs

//contains recursion programs for practice and learning

Language: C++ - Size: 150 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 2 - Forks: 0

prajjaldhar/Recursion_Algorithms

Around 30 Recursion Questions are Uploaded

Size: 364 KB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

ksgeu0905/Recursion-Codes

Here are the medium level recursion question

Language: C++ - Size: 121 KB - Last synced: about 1 year ago - Pushed: about 2 years ago - Stars: 0 - Forks: 0

stdlib-js/iter-slice

Create an iterator which returns a subsequence of iterated values from a provided iterator.

Language: JavaScript - Size: 884 KB - Last synced: 12 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

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.

Language: JavaScript - Size: 1.23 MB - Last synced: 11 days ago - Pushed: about 1 month ago - Stars: 1 - Forks: 0

shubshres/Maximum-Interleave-Calculator

A C program that computes the maximum interleave factor "i" for an integer sequence X such taht the resulting interleaved sequence X^i is a subsequence of another integer sequence A.

Language: C - Size: 386 KB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 0 - Forks: 0