You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probably as simple as comparison all(ver_sort(x) == x). The main problem is function name: is_ver_sorted() maybe? Also, think about a way to optimize the code.
The text was updated successfully, but these errors were encountered:
Probably as simple as comparison
all(ver_sort(x) == x)
. The main problem is function name:is_ver_sorted()
maybe? Also, think about a way to optimize the code.The text was updated successfully, but these errors were encountered: