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

GitHub topics: subarray

stdlib-js/ndarray-base-unary-reduce-subarray

Perform a reduction over a list of specified dimensions in an input ndarray and assign results to a provided output ndarray.

Language: JavaScript - Size: 3.83 MB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

pablim653/ndarray-base-unary-reduce-subarray

Perform a reduction over a list of specified dimensions in an input ndarray and assign results to a provided output ndarray.

Language: JavaScript - Size: 81.1 KB - Last synced at: 23 days ago - Pushed at: 23 days ago - Stars: 0 - Forks: 0

stdlib-js/ndarray-iter-stacks

Create an iterator which iterates over each subarray in a stack of subarrays according to a list of specified stack dimensions.

Language: JavaScript - Size: 616 KB - Last synced at: 10 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/ndarray-iter-subarrays

Create an iterator which iterates over each subarray in a stack of subarrays.

Language: JavaScript - Size: 896 KB - Last synced at: 10 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

abhisheknaiidu/dsa

My Codes and Solutions to coding interview problems on LeetCode, AlgoExpert, Educative and other interview preparation websites

Language: C++ - Size: 482 KB - Last synced at: 11 days ago - Pushed at: about 3 years ago - Stars: 66 - Forks: 26

mnz1365/max-sub-list

maximum total number sub-array list

Language: Python - Size: 0 Bytes - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

NirmalsaiswaroopJ/Arrays

I created this repository out of my curiosity to learn Data Structures and Algorithms (DSA), specifically focusing on Array problems. It's a collection of important problems I've come across while studying, and I’m sharing them to help others who are also preparing for coding interviews or just want to improve their problem-solving skills.

Language: Java - Size: 7.81 KB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

rizwanalikhan6042/DSA-Practice-Playground

Welcome to the Data Structures and Algorithms (DSA) practice repository! This repository serves as a hub for practicing and honing your skills in data structures and algorithms. It provides a collection of commonly asked DSA questions along with their solutions in various programming languages.

Language: JavaScript - Size: 152 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

DeclanGH/adventofcode2023

Solutions to my advent of code questions 2023

Language: Java - Size: 34.2 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

thekishanpatel/Coding-Problems

Coding Interview Practice Problems

Language: Jupyter Notebook - Size: 45.9 KB - Last synced at: 9 months ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

irsol/30-Day-LeetCoding-Challenge

30 Days of Code Challenge

Language: Python - Size: 35.2 KB - Last synced at: 17 days ago - Pushed at: about 5 years ago - Stars: 5 - Forks: 3

ritikagarg0326/Hactoberfest2021

Language: Python - Size: 4.88 KB - Last synced at: 10 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 3

oceanxy/react-tabllist

React-based customizable style table or list components that support event and callback functions.

Language: JavaScript - Size: 32.5 MB - Last synced at: 9 days ago - Pushed at: 10 months ago - Stars: 21 - Forks: 10

xjshi1994/Json2SQL

Language: Java - Size: 102 KB - Last synced at: 11 months ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 1

mgalang229/Codeforces-1687A-The-Enchanted-Forest

Language: C++ - Size: 1.95 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

harshitaasharma/cplusplus

While learning C++ one must come accross these important programs , thus it is a short gist which will help you in the journey of learning C++

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

CodeRex7/CodingPractice

Language: C++ - Size: 219 KB - Last synced at: about 1 year ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 0

er-hiba/Maximum_Subarray_Sum

It finds the maximum sum of a continuous subarray in a given array of integers.

Language: Python - Size: 25.4 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

ParmarKaran-northeastern/Lab2

Lab2

Language: Java - Size: 475 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

DhirajGadekar/Data_Structure_with_C

Language: C - Size: 195 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 1

forcir/subsequences

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

Language: TypeScript - Size: 88.9 KB - Last synced at: 4 days ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

Vaneeza-7/Non-Overlapping-Subarrays-Problem

Finding n disjoint subarrays from an array. Project @ Design and Analysis of Algorithms

Language: C++ - Size: 9.77 KB - Last synced at: about 2 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

Siddharth1698/Image-Processing-to-find-the-brightest-area-in-Astronomical-image-and-video-using-Kadane-s-Algorithm

Using Kadane's Algorithm to find the brightest area in Astronomical images. Using concept of maximum contiguous subarray to find the area with highest sum and thus using opencv and finding the brightest area, applying on image and video.

Language: Jupyter Notebook - Size: 1.04 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 7 - Forks: 0

abdullahsattaar/Find-Sub-Array

A function that takes two arrays main Array and sub Array (along with their sizes from user) and finds how many times sub Array occurs in main Array. C++ code.

Language: C++ - Size: 1000 Bytes - Last synced at: 8 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

Abhishek-Anand21/Kadane-s-Algorithm

Largest Sum Contiguous Subarray

Language: C++ - Size: 0 Bytes - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

Abhishek-Anand21/Arithmetic-Slices-LeetCode

An integer array is called arithmetic if it consists of at least three elements and if the difference between any two consecutive elements is the same.

Language: C++ - Size: 0 Bytes - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

RHEA211/Array_challenges

Language: C++ - Size: 6.84 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

pprattis/sparse-matrices-addition-and-sub-matrices

A program that applies some functions on sparse matrices. First addition between two sparse matrices and secondly finding any 2x2 sub-matrix in which the sum of all 4 elements are greater than a variable c.

Language: C++ - Size: 49.8 KB - Last synced at: 24 days ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

jagjotsk1999/Codes

This repository contains Java Codes, pushed almost everyday!

Language: Java - Size: 34.2 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

ndsvw/Maximum-Sum-Subarray-Python

This algorithm solves the Maximum-Sum-Subarray problem via Divide and Conquer in O(m*log(m))

Language: Python - Size: 1000 Bytes - Last synced at: about 2 months ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

damjanprvc/MaximumSubarrayProblem

Maximum Subarray Problem - Algorithm

Language: Java - Size: 6.84 KB - Last synced at: almost 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

Risto-Stevcev/haskell-maximum-subarray

Maximum subarray algorithm implementation in Haskell

Language: Haskell - Size: 383 KB - Last synced at: about 2 months ago - Pushed at: almost 11 years ago - Stars: 0 - Forks: 0