Find the minimum distance between two numbers tutorials
|
Written by lolwekk |
Hits: 2675
|
Find the subarray with least average tutorials
|
Written by lolwekk |
Hits: 2437
|
Array | Range Queries tutorials
|
Written by lolwekk |
Hits: 2389
|
Difference Array | Range update query in O(1) tutorials
|
Written by lolwekk |
Hits: 615
|
Merge Sort Tree for Range Order Statistics tutorials
|
Written by lolwekk |
Hits: 522
|
Number of indexes with equal elements in given range tutorials
|
Written by lolwekk |
Hits: 404
|
Maximum Occurrence in a Given Range tutorials
|
Written by lolwekk |
Hits: 390
|
Array range queries for elements with frequency same as value tutorials
|
Written by lolwekk |
Hits: 386
|
Array range queries for searching an element tutorials
|
Written by lolwekk |
Hits: 395
|
Array range queries over range queries tutorials
|
Written by lolwekk |
Hits: 403
|
XOR of numbers that appeared even number of times in given Range tutorials
|
Written by lolwekk |
Hits: 407
|
Number whose sum of XOR with given array range is maximum tutorials
|
Written by lolwekk |
Hits: 406
|
Count elements which divide all numbers in range L-R tutorials
|
Written by lolwekk |
Hits: 389
|
Queries for decimal values of subarrays of a binary array tutorials
|
Written by lolwekk |
Hits: 386
|
Queries for counts of array elements with values in given range tutorials
|
Written by lolwekk |
Hits: 391
|
Number of elements less than or equal to a given number in a given subarray | Set 2 (Including Updates) tutorials
|
Written by lolwekk |
Hits: 383
|
Number of elements less than or equal to a given number in a given subarray tutorials
|
Written by lolwekk |
Hits: 385
|
GCDs of given index ranges in an array tutorials
|
Written by lolwekk |
Hits: 414
|
Range LCM Queries tutorials
|
Written by lolwekk |
Hits: 430
|
Constant time range add operation on an array tutorials
|
Written by lolwekk |
Hits: 363
|
Range Queries for Frequencies of array elements tutorials
|
Written by lolwekk |
Hits: 385
|
Range Minimum Query (Square Root Decomposition and Sparse Table) tutorials
|
Written by lolwekk |
Hits: 373
|
Range sum query using Sparse Table tutorials
|
Written by lolwekk |
Hits: 374
|
Sparse Table tutorials
|
Written by lolwekk |
Hits: 454
|
Sqrt (or Square Root) Decomposition Technique | Set 1 (Introduction) tutorials
|
Written by lolwekk |
Hits: 377
|
MO's Algorithm (Query Square Root Decomposition) | Set 1 (Introduction) tutorials
|
Written by lolwekk |
Hits: 361
|
Array | Order Statistics tutorials
|
Written by lolwekk |
Hits: 378
|
Maximum sum such that no two elements are adjacent tutorials
|
Written by lolwekk |
Hits: 366
|
Find the smallest missing number tutorials
|
Written by lolwekk |
Hits: 364
|
Find k numbers with most occurrences in the given array tutorials
|
Written by lolwekk |
Hits: 340
|
Find Second largest element in an array tutorials
|
Written by lolwekk |
Hits: 351
|
k-th smallest absolute difference of two elements in an array tutorials
|
Written by lolwekk |
Hits: 351
|
Find k pairs with smallest sums in two arrays tutorials
|
Written by lolwekk |
Hits: 387
|
k smallest elements in same order using O(1) extra space tutorials
|
Written by lolwekk |
Hits: 372
|
K maximum sum combinations from two arrays tutorials
|
Written by lolwekk |
Hits: 377
|
K-th Largest Sum Contiguous Subarray tutorials
|
Written by lolwekk |
Hits: 374
|
Minimum product of k integers in an array of positive Integers tutorials
|
Written by lolwekk |
Hits: 355
|
Median of Stream of Running Integers using STL tutorials
|
Written by lolwekk |
Hits: 377
|
Program for Mean and median of an unsorted array tutorials
|
Written by lolwekk |
Hits: 384
|
Find all elements in array which have at-least two greater elements tutorials
|
Written by lolwekk |
Hits: 349
|
Program to find largest element in an array tutorials
|
Written by lolwekk |
Hits: 341
|
K’th Smallest/Largest Element using STL tutorials
|
Written by lolwekk |
Hits: 381
|
Array Rearrangement tutorials
|
Written by lolwekk |
Hits: 373
|
Segregate even and odd numbers | Set 3 tutorials
|
Written by lolwekk |
Hits: 345
|
Replace every array element by multiplication of previous and next tutorials
|
Written by lolwekk |
Hits: 407
|
Positive elements at even and negative at odd positions (Relative order not maintained) tutorials
|
Written by lolwekk |
Hits: 360
|
Rearrange array such that even index elements are smaller and odd index elements are greater tutorials
|
Written by lolwekk |
Hits: 345
|
Move all negative elements to end in order with extra space allowed tutorials
|
Written by lolwekk |
Hits: 385
|
Rearrange an array in maximum minimum form | Set 2 (O(1) extra space) tutorials
|
Written by lolwekk |
Hits: 353
|
Rearrange an array in maximum minimum form | Set 1 tutorials
|
Written by lolwekk |
Hits: 352
|
Rearrange an array such that 'arr[j]' becomes 'i' if 'arr[i]' is 'j' | Set 1 tutorials
|
Written by lolwekk |
Hits: 369
|
Arrange given numbers to form the biggest number | Set 1 tutorials
|
Written by lolwekk |
Hits: 358
|
Reorder an array according to given indexes tutorials
|
Written by lolwekk |
Hits: 355
|
Double the first element and move zero to end tutorials
|
Written by lolwekk |
Hits: 369
|
Rearrange an array in order - smallest, largest, 2nd smallest, 2nd largest, .. tutorials
|
Written by lolwekk |
Hits: 348
|
Rearrange array such that even positioned are greater than odd tutorials
|
Written by lolwekk |
Hits: 343
|
Rearrange positive and negative numbers using inbuilt sort function tutorials
|
Written by lolwekk |
Hits: 367
|
Minimum swaps required to bring all elements less than or equal to k together tutorials
|
Written by lolwekk |
Hits: 366
|
Move all zeroes to end of array | Set-2 (Using single traversal) tutorials
|
Written by lolwekk |
Hits: 338
|
Move all zeroes to end of array tutorials
|
Written by lolwekk |
Hits: 337
|
Rearrange array in alternating positive & negative items with O(1) extra space | Set 1 tutorials
|
Written by lolwekk |
Hits: 336
|
Rearrange positive and negative numbers in O(n) time and O(1) extra space tutorials
|
Written by lolwekk |
Hits: 358
|
Rearrange array such that arr[i] >= arr[j] if i is even and arr[i]<=arr[j] if i is odd and j < i tutorials
|
Written by lolwekk |
Hits: 338
|
Write a program to reverse an array or string tutorials
|
Written by lolwekk |
Hits: 347
|
Rearrange an array such that arr[i] = i tutorials
|
Written by lolwekk |
Hits: 320
|
Split the array and add the first part to the end tutorials
|
Written by lolwekk |
Hits: 365
|
Find element at given index after a number of rotations tutorials
|
Written by lolwekk |
Hits: 327
|
Print left rotation of array in O(n) time and O(1) space tutorials
|
Written by lolwekk |
Hits: 327
|
Queries on Left and Right Circular shift on array tutorials
|
Written by lolwekk |
Hits: 321
|
Find a rotation with maximum hamming distance tutorials
|
Written by lolwekk |
Hits: 324
|
Reversal algorithm for right rotation of an array tutorials
|
Written by lolwekk |
Hits: 344
|
Quickly find multiple left rotations of an array | Set 1 tutorials
|
Written by lolwekk |
Hits: 333
|
Maximum sum of i*arr[i] among all rotations of a given array tutorials
|
Written by lolwekk |
Hits: 320
|
Find maximum value of Sum( i*arr[i]) with only rotations on given array allowed tutorials
|
Written by lolwekk |
Hits: 314
|
Program to cyclically rotate an array by one tutorials
|
Written by lolwekk |
Hits: 319
|
Block swap algorithm for array rotation tutorials
|
Written by lolwekk |
Hits: 355
|
Reversal algorithm for array rotation tutorials
|
Written by lolwekk |
Hits: 317
|
Program for array rotation tutorials
|
Written by lolwekk |
Hits: 380
|
C# | Arrays tutorials
|
Written by lolwekk |
Hits: 407
|
Array in Python | Set 1 (Introduction and Functions) tutorials
|
Written by lolwekk |
Hits: 327
|
Arrays in Java tutorials
|
Written by lolwekk |
Hits: 365
|
Arrays in C/C++ tutorials
|
Written by lolwekk |
Hits: 320
|
Introduction to Arrays tutorials
|
Written by lolwekk |
Hits: 332
|
Longest subsequence whose sum is divisible by a given number tutorials
|
Written by lolwekk |
Hits: 102
|
Duplicates Removal in Array using BST tutorials
|
Written by lolwekk |
Hits: 102
|
Maximum profit by selling N items at two markets tutorials
|
Written by lolwekk |
Hits: 102
|
Check if the level order traversal of a Binary Tree results in a palindrome tutorials
|
Written by lolwekk |
Hits: 102
|
Check if any permutation of string is a K times repeated string tutorials
|
Written by lolwekk |
Hits: 102
|
Why Prim’s and Kruskal's MST algorithm fails for Directed Graph? tutorials
|
Written by lolwekk |
Hits: 102
|
Left-Right traversal of all the levels of N-ary tree tutorials
|
Written by lolwekk |
Hits: 102
|
Perform append, update, delete and range sum queries on the given array tutorials
|
Written by lolwekk |
Hits: 102
|
Minimum cells to be flipped to get a 2*2 submatrix with equal elements tutorials
|
Written by lolwekk |
Hits: 102
|
Minimum letters to be removed to make all occurrences of a given letter continuous tutorials
|
Written by lolwekk |
Hits: 331
|
Number of pairs such that path between pairs has the two vertices A and B tutorials
|
Written by lolwekk |
Hits: 336
|
Pair of fibonacci numbers with a given sum and minimum absolute difference tutorials
|
Written by lolwekk |
Hits: 330
|
Longest palindrome formed by concatenating and reordering strings of equal length tutorials
|
Written by lolwekk |
Hits: 348
|
Queries for maximum and minimum difference between Fibonacci numbers in given ranges tutorials
|
Written by lolwekk |
Hits: 311
|
Count of subarray that does not contain any subarray with sum 0 tutorials
|
Written by lolwekk |
Hits: 327
|
Largest row-wise and column-wise sorted sub-matrix tutorials
|
Written by lolwekk |
Hits: 102
|
Minimum cost to reach from the top-left to the bottom-right corner of a matrix tutorials
|
Written by lolwekk |
Hits: 102
|