#26 Matching values in an integer array could be a linear execution if you build a key, value index and count the number of keys that appear. O(n) versus O(n²).
Write a program in java to accept perpendicular and base of a right angle triangle. Calculate and display hypotenuse, area and perimeter of the triangle
Hey, thank you for watching our video. We will definitely look into your suggestions. Do subscribe and stay tuned for updates on our channel. Cheers :)
We're thrilled to have been a part of your learning experience, and we hope that you feel confident and prepared to take on new challenges in your field. If you're interested in further expanding your knowledge, check out our course offerings in the description box.
Thank you for your review. We are sorry to hear you had such a frustrating experience, but we really appreciate you bringing this issue to our attention
🔥Full Stack Java Developer Program (Discount Code - YTBE15) - www.simplilearn.com/java-full-stack-developer-certification?O0cKwtk4&Comments&TH-cam
🔥Full Stack Developer - MERN Stack Program (Discount Code - YTBE15) - www.simplilearn.com/full-stack-developer-course-mern-certification-training?O0cKwtk4&Comments&TH-cam
🔥Caltech Coding Bootcamp (US Only) - www.simplilearn.com/coding-bootcamp?O0cKwtk4&Comments&TH-cam
#26 Matching values in an integer array could be a linear execution if you build a key, value index and count the number of keys that appear. O(n) versus O(n²).
Thanks for watching our video and sharing your thoughts. Do subscribe to our channel and stay tuned for more. Cheers!
This is amazing ❤️. I have faced many of these questions in my interviews.
Glad it was helpful!
How did your interview go?
Thanks for this! I wish you were my data structures professor!
Happy to help!
Thanks for sharing these coding interview question really helpful for beginners.
Glad it was helpful! Thank you for watching!
Perfect video whatever I want to know everything is in this....
Hope you enjoyed our video! We have a ton more videos like this on our channel. We hope you will join our community!
All programming questions were easy.
Thanks for watching our video and sharing your thoughts. Do subscribe to our channel and stay tuned for more. Cheers!
In binary tree, parent can have max of 2 child. But in this video they said always have 2 child. Not expected.
Binary only have two nodes but those two nodes may have another two child nodes
#25 doesnt account for possible non letter items. For example "Mike's". In this your program would count the apostrophe as a consonant.
Thanks for watching our video and sharing your thoughts. Do subscribe to our channel and stay tuned for more. Cheers!
for those wondering a simple work around would be to start an else conditional and use if (c>'a' && c
Thank you so much sir... Helped me a lot... 👍👍👍
Happy to help
Thankyou for the video❤️
You’re welcome 😊
Thank you
Thankyou for this video sir❤️
Always welcome
Nice video 👍😊👍
Thank you! Cheers!
Thanks for this wonderful video
Glad you liked it!
Write a program in java to accept perpendicular and base of a right angle triangle.
Calculate and display hypotenuse, area and perimeter of the triangle
Hey, thank you for watching our video. We will definitely look into your suggestions. Do subscribe and stay tuned for updates on our channel. Cheers :)
Reverse a string problem answer is not looking right. Must be corrected.
Thanks for watching our video and sharing your thoughts. Do subscribe to our channel and stay tuned for more. Cheers!
Noticed it right away. Probably a question you want to get right when interviewing.
Looks good to me. What's the issue? Runs fine (written in c++ and Java)
Problem 21, yeah?
23 hasn't defined length, yet.
I ran it cuz it didn't look right but it is.
Thank you!! Great work 👍
Our pleasure!
Which is best java or python as a beginner I am little confused and I am ECE background?
All questions are too easy and the are never ask in the interview some time they can but not for always
Keep learning with us .Stay connected with our channel and team :) . Do subscribe the channel for more updates : )
Great material:
Bubble sort update...
Java:
int[] a = {1, 2, 7, 6, 4, 9, 12};
for(int k = 0; k < a.length; k++) {
for(int l = 0; l < a.length - k - 1; l++) {
if(a[l] > a[l + 1]) {
int t = a[l];
a[l] = a[l + 1];
a[l + 1] = t;
}
}
}
JavaScript:
var a = [1, 2, 7, 6, 4, 9, 12];
for(var k = 0; k < a.length; k++) {
for(var l = 0; l < a.length - k - 1; l++) {
if(a[l] > a[l + 1]) {
var t = a[l];
a[l] = a[l + 1];
a[l + 1] = t;
}
}
}
console.log(a);
We're thrilled to have been a part of your learning experience, and we hope that you feel confident and prepared to take on new challenges in your field. If you're interested in further expanding your knowledge, check out our course offerings in the description box.
code for Bubble sort algorithm shown is wrong .
Thank you for bringing this to our attention. We’re sorry you had a bad experience. We’ll strive to do better
Will anyone provide the slide of this video :-)
For slides, you can check out our SlideShare profile: www.slideshare.net/Simplilearn"
@@SimplilearnOfficial can't find it there though. Tried everything. Could you please provide a direct link? Thanks once for the great video! :)
Find 300+ interview questions on core java ....watch series here.....
If someone wants to work in abroad in a tech industry how should he or she apply for that
Hi Tushar, you can approach abroad job consultancies.
Codes are not clear. Can u send the codes in description or any google Drive? Pls
Hello, thanks for viewing our tutorial. You can find your requested dataset in the video description. Hope that helps.
Please don't just read off your slides. I already know how to read! This is a terrible way of presenting information.
Thank you for your review. We are sorry to hear you had such a frustrating experience, but we really appreciate you bringing this issue to our attention