Skip to content

Latest commit

 

History

History
 
 

01 Arrays

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

This folder contains all the solved problems of Arrays topic

  1. Replace all 0's with 5
  2. Third largest number
  3. Max and Second Max
  4. Minimum distance between two numbers
  5. Rotate Array
  6. Max sum path in two arrays
  7. Remove duplicates in small prime array
  8. Max sum in the configuration
  9. Sorted subsequence of size 3
  10. Find duplicates in an array
  11. Mountain Subarray Problem
  12. Wave Array
  13. Equilibrium Point
  14. Stickler Thief
  15. Product array puzzle
  16. Maximum Index
  17. Subarray with given sum
  18. Kadane's Algorithm
  19. Trapping rain water
  20. Container with most water
  21. Overlapping Intervals
  22. Three Sum Closest
  23. Max Circular Subarray Sum
  24. Rearange in array with O(1) space
  25. Frequencies of Limited Range Array Elements
  26. Union of Two Sorted Arrays
  27. Intersection of two arrays
  28. Binary Array Sorting