mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-08-29 14:50:52 +00:00
add doc: is_increasing, is_decreasing
This commit is contained in:
parent
15397fdd71
commit
958e2cb7a4
17 changed files with 1012 additions and 8 deletions
|
@ -29,6 +29,10 @@ Sprout.Algorithm
|
|||
search_n
|
||||
is_sorted
|
||||
is_sorted_until
|
||||
is_increasing
|
||||
is_decreasing
|
||||
is_strictly_increasing
|
||||
is_strictly_decreasing
|
||||
|
||||
.. _sprout-algorithm-non_modifying:
|
||||
*******************************************************************************
|
||||
|
@ -81,8 +85,8 @@ Binary search
|
|||
Heap operations
|
||||
========================================
|
||||
|
||||
* :doc:`is_heap_until <./is_heap_until>`
|
||||
* :doc:`is_heap <./is_heap>`
|
||||
* :doc:`is_heap_until <./is_heap_until>`
|
||||
|
||||
.. _sprout-algorithm-non_modifying-minmax:
|
||||
Minimum and maximum
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue