add doc: is_increasing, is_decreasing

This commit is contained in:
Bolero-MURAKAMI 2013-08-22 16:53:23 +09:00
commit 958e2cb7a4
17 changed files with 1012 additions and 8 deletions

View file

@ -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