subarray
There are 34 repositories under subarray topic.
abhisheknaiidu/dsa
My Codes and Solutions to coding interview problems on LeetCode, AlgoExpert, Educative and other interview preparation websites
oceanxy/react-tabllist
React-based customizable style table or list components that support event and callback functions.
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.
irsol/30-Day-LeetCoding-Challenge
30 Days of Code Challenge
arjunsingh64/CP-BY-JAVABOY
Practice Questions
abaelen/BitStream
Back end array, declared as ordinary byte array (8-bits). But internal datastructure managed as a 'collection' of bit-subarrays:
er-hiba/Maximum_Subarray_Sum
It finds the maximum sum of a continuous subarray in a given array of integers.
forcir/subsequences
Easily generate subsequences from a provided map, array, or string input.
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.
stdlib-js/ndarray-iter-subarrays
Create an iterator which iterates over each subarray in a stack of subarrays.
Vaneeza-7/Non-Overlapping-Subarrays-Problem
Finding n disjoint subarrays from an array. Project @ Design and Analysis of Algorithms
vivekreddy-k/Programs
Programs !!
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.
damjanprvc/MaximumSubarrayProblem
Maximum Subarray Problem - Algorithm
DeclanGH/adventofcode2023
Solutions to my advent of code questions 2023
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++
jagjotsk1999/Codes
This repository contains Java Codes, pushed almost everyday!
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.
thekishanpatel/Coding-Problems
Coding Interview Practice Problems
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.
Abhishek-Anand21/Kadane-s-Algorithm
Largest Sum Contiguous Subarray
ndsvw/Maximum-Sum-Subarray-Python
This algorithm solves the Maximum-Sum-Subarray problem via Divide and Conquer in O(m*log(m))
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.
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.
Risto-Stevcev/haskell-maximum-subarray
Maximum subarray algorithm implementation in Haskell