Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MainakRepositor authored Jul 18, 2021
1 parent c0613f0 commit a7d1bd0
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,38 +9,4 @@ A collection of 500 C++ Programs
[![ForTheBadge built-by-developers](http://ForTheBadge.com/images/badges/built-by-developers.svg)](https://GitHub.com/Naereen/)


## CONTENTS

| Sl. No. | Program Title | Link |
|---------|----------------|------|
| 1 | Sum of array elements | https://github.com/MainakRepositor/1000-CPP/blob/master/1.cpp |
| 2 | Largest array element | https://github.com/MainakRepositor/1000-CPP/blob/master/2.cpp |
| 3 | Recursive Linear Search | https://github.com/MainakRepositor/1000-CPP/blob/master/3.cpp |
| 4 | Check summing pairs | https://github.com/MainakRepositor/1000-CPP/blob/master/4.cpp |
| 5 | Finding Majority Element | https://github.com/MainakRepositor/1000-CPP/blob/master/5.cpp |
| 6 | Odd occurances | https://github.com/MainakRepositor/1000-CPP/blob/master/6.cpp |
| 7 | Angle between hour hands | https://github.com/MainakRepositor/1000-CPP/blob/master/7.cpp |
| 8 | Largest sum continouos sub-array | https://github.com/MainakRepositor/1000-CPP/blob/master/8.cpp |
| 9 | Finding missing number | https://github.com/MainakRepositor/1000-CPP/blob/master/9.cpp |
| 10 | Searching element in sorted-pivoted array | https://github.com/MainakRepositor/1000-CPP/blob/master/10.cpp |
| 11 | Merging array of size n in m+n size | https://github.com/MainakRepositor/1000-CPP/blob/master/11.cpp |
| 12 | Finding median in O(n) time | https://github.com/MainakRepositor/1000-CPP/blob/master/12.cpp |
| 13 | Reverse an array (iteratively) | https://github.com/MainakRepositor/1000-CPP/blob/master/13.cpp |
| 14 | Rotate array by d elements | https://github.com/MainakRepositor/1000-CPP/blob/master/14.cpp |
| 15 | Block swap array reversal | https://github.com/MainakRepositor/1000-CPP/blob/master/15.cpp |
| 16 | Reversal Algorithm | https://github.com/MainakRepositor/1000-CPP/blob/master/16.cpp |
| 17 | Max sum for non-adjacent elements | https://github.com/MainakRepositor/1000-CPP/blob/master/17.cpp |
| 18 | Print the leaders in an array | https://github.com/MainakRepositor/1000-CPP/blob/master/18.cpp |
| 19 | Sorting by frequency | https://github.com/MainakRepositor/1000-CPP/blob/master/19.cpp |
| 20 | Count inversions in array | https://github.com/MainakRepositor/1000-CPP/blob/master/20.cpp |
| 21 | Finding 2 elements with sum closest to 0 | https://github.com/MainakRepositor/1000-CPP/blob/master/21.cpp |
| 22 | Finding smallest and second-smallest elements | https://github.com/MainakRepositor/1000-CPP/blob/master/22.cpp |
| 23 | Majority element in sorted array | https://github.com/MainakRepositor/1000-CPP/blob/master/23.cpp |
| 24 | Min and Max elements of array | https://github.com/MainakRepositor/1000-CPP/blob/master/24.cpp |
| 25 | Segregate 0s and 1s in array | https://github.com/MainakRepositor/1000-CPP/blob/master/25.cpp |
| 26 | K largest element | https://github.com/MainakRepositor/1000-CPP/blob/master/26.cpp |
| 27 | Maximum size square | https://github.com/MainakRepositor/1000-CPP/blob/master/27.cpp |
| 28 | Max difference between elements in sorted array | https://github.com/MainakRepositor/1000-CPP/blob/master/28.cpp |
| 29 | Union of sorted arrays | https://github.com/MainakRepositor/1000-CPP/blob/master/29.cpp |
| 30 | Floor and ceiling in sorted array | https://github.com/MainakRepositor/1000-CPP/blob/master/30.cpp |

0 comments on commit a7d1bd0

Please sign in to comment.