From 2fac559b25c1e7ac7a771b791ffc6249406601a9 Mon Sep 17 00:00:00 2001
From: MASHKARIA SATVIK MEHULBHAI <satvikmashkaria@cse.iitb.ac.in>
Date: Sun, 26 Aug 2018 17:06:36 +0000
Subject: [PATCH] update API to add subarray sort

---
 sorting.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sorting.h b/sorting.h
index aa5d3f2..60cfd65 100644
--- a/sorting.h
+++ b/sorting.h
@@ -3,4 +3,4 @@
 #include <algorithm>
 using namespace std ;
 
-vector<int> sort_custom(vector<int> data) ;
\ No newline at end of file
+vector<int> sort_custom(vector<int> data, int startidx, int endidx) ;
-- 
2.24.1