Update 2Run.md

This commit is contained in:
Aakash Panchal 2020-04-13 14:22:04 +05:30 committed by GitHub
parent 49d07dea87
commit 174c4e6ddc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,10 @@
## Run
_Run_ is an ordered(sorted) sub-array. It can be non-decreasing or decreasing. The input array is to be split into _Runs_.
Run is an ordered(sorted) sub-array. It can be non-decreasing or decreasing. The input array is to be split into Runs.
![enter image description here](https://lh3.googleusercontent.com/CNvldwkU56Hva_WMGiFUTV4FTU7VeOBM-NFfRgPWqfBt6o9UkGETs7qflxoe-FCop2zlxD5KM3rr)
Below is a structure for _Run_.
Below is a structure for Run.
```cpp
struct run {
// Starting address of a run