Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions pydatastructs/linear_data_structures/algorithms.py
Original file line number Diff line number Diff line change
Expand Up @@ -815,6 +815,12 @@ def is_ordered(array, **kwargs):
equal to is used for comparing two
values.

Returns
=======

True if the specified ordering is present
from start to end (inclusive) otherwise False.

Examples
========

Expand Down