Search code examples
Program that prints the smallest element greater than x in a given unsorted array A[]...

algorithmdata-structuresarray-algorithms

Read More
Unable to fetch numbers from string by java split() method...

javaarray-algorithms

Read More
Data Structures: If Heaps are trees, why are they implemented internally with Lists or arrays?...

algorithmdata-structuresarray-algorithms

Read More
How to convert variables to an array in a pattern efficiently...

arraysalgorithmmatharray-algorithms

Read More
How to fix my code to write a variant of the solution of the SubSet Sum problem?...

javaarraysalgorithmsubset-sumarray-algorithms

Read More
Counting Sort array values aren't changing...

javascriptarrayssortingarray-algorithmscounting-sort

Read More
Is there any way to compare each element in an array using a single loop?...

algorithmoptimizationarray-algorithms

Read More
Get highest value from multidimensional array...

phpmultidimensional-arraymaxarray-algorithms

Read More
3-sum alternative approach...

c++algorithmarray-algorithms

Read More
Merge Sort Error : Segmentation Fault...

calgorithmsortingmergesortarray-algorithms

Read More
backtrack value which were chosen...

c++algorithmrecursionbacktrackingarray-algorithms

Read More
Permute Array Such That All Neighbors Are Altered...

arraysalgorithmarray-algorithms

Read More
Removing duplicate characters in a String array...

javaarraysalgorithmarray-algorithms

Read More
Number of Primitive operations in IF Statement...

algorithmarray-algorithms

Read More
Assign in-order index to Binary Tree...

algorithmdata-structuresbinary-treearray-algorithms

Read More
Randomized quicksort C#...

c#arraysstack-overflowquicksortarray-algorithms

Read More
Median of two sorted arrays of equal length...

algorithmarray-algorithms

Read More
How does Sort algorithm performance vary with repeated elements in data...

algorithmsortingarray-algorithms

Read More
datastructure behind browsing history...

data-structureslinked-listarray-algorithms

Read More
Find the strongest person algorithm...

algorithmpseudocodearray-algorithms

Read More
Finding duplicate max values in a matrix...

javascriptarraysalgorithmarray-algorithms

Read More
How can I generate all possible combinations of a character substitution in a word in JavaScript?...

javascriptregexalgorithmarray-algorithms

Read More
Coding: Keep track of last N days of records for each user....

algorithmdata-structuresarray-algorithms

Read More
How can I optimize my code for Swapping the array elements of given range of indexes with related el...

javaarraysalgorithmoptimizationarray-algorithms

Read More
Given 2 unsorted arrays and a sum, give two numbers that, when added, equal the sum...

algorithmarray-algorithms

Read More
Finding the sum of common elements between n number of arrays in java...

javaarraysalgorithmdata-structuresarray-algorithms

Read More
How is this line returning the length of the array in recursion?...

c++arraysalgorithmrecursionarray-algorithms

Read More
what does the size of a tree means in weighted union find algorithm?...

algorithmarray-algorithms

Read More
array: convert index of one dimensional array to a vector index of a multidimensional array...

c++arraysmultidimensional-arrayarray-algorithms

Read More
Check if two strings are anagram...

algorithmstackanagramarray-algorithms

Read More
BackNext