1 00:00:01,710 --> 00:00:02,430 Hi, everyone. 2 00:00:02,460 --> 00:00:07,200 So in the last few, do we write the code for the quicksort function and the partition function, but 3 00:00:07,200 --> 00:00:08,730 I forgot to test our function. 4 00:00:08,760 --> 00:00:14,130 So in this video, I will just test my function so that I can check whether everything is working fine 5 00:00:14,130 --> 00:00:14,500 or not. 6 00:00:14,850 --> 00:00:22,430 So let's say the array elements are basically so two, one, three, four, five and seven. 7 00:00:23,280 --> 00:00:24,690 So these are my elements. 8 00:00:24,700 --> 00:00:26,310 Let's call the function quicksort. 9 00:00:29,320 --> 00:00:35,200 So I will pass Eddie, I will pass the starting next, which is zero, and last year next is basically 10 00:00:35,350 --> 00:00:39,190 one, two, three, four, five, six, six elements. 11 00:00:39,190 --> 00:00:39,990 Is there the last? 12 00:00:40,060 --> 00:00:40,900 Next will be five. 13 00:00:41,530 --> 00:00:43,120 And let us sprint already. 14 00:00:44,920 --> 00:00:47,170 So I equals zero eight. 15 00:00:47,170 --> 00:00:48,160 Less than six. 16 00:00:48,180 --> 00:00:51,130 I placeless and let us sprint my area. 17 00:00:57,920 --> 00:00:59,420 So now let's test our function. 18 00:01:01,840 --> 00:01:03,900 So basically, our debt is getting started. 19 00:01:04,269 --> 00:01:06,250 One, two, three, four, five, six and seven. 20 00:01:08,050 --> 00:01:11,740 So these are the even number of elements let's check for our number of elements. 21 00:01:11,770 --> 00:01:15,100 Also seven and let's make it minus two. 22 00:01:16,100 --> 00:01:20,450 So the last word next will be six and the number of elements is basically seven. 23 00:01:24,420 --> 00:01:26,220 So our function is still working. 24 00:01:26,250 --> 00:01:28,750 OK, so our function is fine. 25 00:01:30,150 --> 00:01:32,490 So this video is only for testing of the function. 26 00:01:32,490 --> 00:01:35,110 Quicksort and function is working fine. 27 00:01:35,400 --> 00:01:36,920 So this is it from this video. 28 00:01:36,930 --> 00:01:38,290 I will see you in the next one. 29 00:01:38,310 --> 00:01:38,910 Thank you.