mirror of
https://github.com/dholerobin/Lecture_Notes.git
synced 2025-07-01 13:06:29 +00:00
Update 2Run.md
This commit is contained in:
parent
49d07dea87
commit
174c4e6ddc
@ -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.
|
||||
|
||||

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