mirror of
https://github.com/dholerobin/Lecture_Notes.git
synced 2025-09-13 13:52:12 +00:00
Update 2Run.md
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
## Run
|
## 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.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Below is a structure for _Run_.
|
Below is a structure for Run.
|
||||||
```cpp
|
```cpp
|
||||||
struct run {
|
struct run {
|
||||||
// Starting address of a run
|
// Starting address of a run
|
||||||
|
Reference in New Issue
Block a user