Wow, thank you so much for sharing this fantastic solution for removing duplicates! It's really helpful and makes my life so much easier. Please keep posting more of these solutions, Mukhtar and the hardworking team! May God bless you all abundantly for your efforts and dedication.
Hi Muthar.Could you do an example of finding the second highest number of an int Array? This was actually one interview question. I would like to see your approach not using Collections.sort(), and not using Integer.MIN_VALUE.
please post code for the below program : input : abcde output: one by one character append in reverse direction till original string appears eabcd deabc cdeab bcdea abcde
The best Java instructor EVER!!!! Thank you Muhtar!
Wow, thank you so much for sharing this fantastic solution for removing duplicates! It's really helpful and makes my life so much easier. Please keep posting more of these solutions, Mukhtar and the hardworking team! May God bless you all abundantly for your efforts and dedication.
Lord of the Java! Thank you for clean explanation! 👍🤝
Thank you for brief explanation. Quick question why other instructors using HushMap and creating long Java code if they can do it simply like this?
Companies usually asking these program to solve in java 8 rather than traditional approach.
I got it easily..best approach
Wow!! This is the best❤
Thank you Mukhtar!You’re the best 👍
thanks King...take care
i want to implements logic code how sir any trips give sir plse..
Thank you Muhtar, you are the best!
Hii sir i neeed one code input is="orissa" ,output is="oriass
you are the best
Great! Thx
Hi Muthar.Could you do an example of finding the second highest number of an int Array? This was actually one interview question. I would like to see your approach not using Collections.sort(), and not using Integer.MIN_VALUE.
Duplicate words from string using Java 8. Could you please make it.?
please post code for the below program :
input :
abcde
output: one by one character append in reverse direction till original string appears
eabcd
deabc
cdeab
bcdea
abcde
duplicate word remove question
StringBuilder might be a bit more efficient.