You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Array math |[Min Steps in Infinite Grid](https://www.interviewbit.com/problems/min-steps-in-infinite-grid/)|[C++](/C++/coverPoints.cpp)| Simpler Than I originally thought. |
31
-
| Array math |[Max Sum Contiguous Subarray](https://www.interviewbit.com/problems/max-sum-contiguous-subarray/)|[C++](/C++/maxSubArray.cpp)||
32
-
| Array math |[Add One To Number](https://www.interviewbit.com/problems/add-one-to-number/)|[Python](/Python/addone.py)||
33
-
| Array math |[Repeat and Missing Number Array](https://www.interviewbit.com/problems/repeat-and-missing-number-array/)|[Python](/Python/repeatedNumber.py)||
34
-
| Array math |[Flip](https://www.interviewbit.com/problems/flip/)|[Python](/Python/flip.py)||
35
-
| Simulation array |[Max Non Negative SubArray](https://www.interviewbit.com/problems/max-non-negative-subarray/)|[C++](/C++/maxSet.cpp)[Python](file:Python/maxSet.py)||
36
-
| Simulation array |[Kth Row of Pascal's Triangle](https://www.interviewbit.com/problems/kth-row-of-pascals-triangle/)|[Python](/Python/getRow.py)||
0 commit comments