Loving your videos, easy to understand Great explanation
@Obitobii72 жыл бұрын
Great explanation on Java, easy to understand all the concepts because of your simple and easy explanation
@ashwinijadhav35722 жыл бұрын
Any python coding interview questions
@gopalkannan49342 жыл бұрын
Thank you
@kirankumar-xs6qh2 жыл бұрын
Great video, please continue more on data structures related
@amitverma-cv7ok2 жыл бұрын
Good job sir
@athirarajan54832 жыл бұрын
Well done.. pls do more on Java,java8
@siddumaradi70452 жыл бұрын
Great explanation sir please do some vedios on front end
@amitverma-cv7ok2 жыл бұрын
Create some videos on data structures as well
@narasimhaprasad95692 жыл бұрын
Thank u...!
@asadullahkhalil_2 жыл бұрын
I'm studying Btech in mechanical but after watching this video, I'm being interested in IT field, how can i prepare for that , any one can explain i have to take any courses for
@komaljagtap7212 жыл бұрын
Create more video on Java 8,collection
@MaheshKumar-ys4zv2 жыл бұрын
Hii good explantion, but i have a small doubt, the array elements are in ascending order in this vodeo . so that, how can find , when the array elements are in random??
@cloudtech52602 жыл бұрын
Hi Mahesh, Binary search only works when elements are in ascending or descending order. When elements are unordered then you have to use other searching algorithms.
@skzahirulislam28202 жыл бұрын
Then u have to use linear search
@vikasdesale72162 жыл бұрын
Hello sir.. U just missed parentheses mid =(first+last)/2.. Please correct it.. From ur code I can't find 50 in arry.. So use this program class New{ public static void binarySearch(int arr[], int first, int last, int key){ int mid = (first + last)/2; while( first last ){ System.out.println("Element is not found!"); } } public static void main(String args[]){ int arr[] = {10,20,30,40,50,60}; int key = 50; int last=arr.length-1; binarySearch(arr,0,last,key); } }
@cloudtech52602 жыл бұрын
Hi Vikas, Great. Good one. Thanks for the updated code 👍
@y.prakashrao511 Жыл бұрын
completely wrong programme
@harshyadav59412 жыл бұрын
where i can contact you brother?--Need to ask few things
@cloudtech52602 жыл бұрын
Hi Harsh, We are trying to set up a forum, where you can get in touch with trainers. For now it is work in progress. 👍