Update order-agnostic-binary-search.java

pull/1145/head
Udaya Krishnan.M 2023-01-31 02:12:44 +05:30 committed by GitHub
parent fc59e88420
commit a9014894a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
/* /*
Order Agnostic Binary Search is a method of finding the sorting in either ascending or descending order. Order Agnostic Binary Search is a method of finding the sorted array in either ascending or descending order.
*/ */
public class OrderAgnosticBS { public class OrderAgnosticBS {