🔥 Welcome to Ashok IT..!! 👉 Register Here For Online Training : bit.ly/4dBYJbX 👉 Follow us in Instagram : bit.ly/3jzEKl8 👉 Follow Us in WhatsApp : bit.ly/49wCWje 👉 Visit Our Website : ashokit.in/
@Nikk_hil2 жыл бұрын
Also as a modification convert all string characters to lowercase or uppercase otherwise won't work if there are irregular case characters
@parag40046 ай бұрын
char[] arr = str.toLowerCase().toCharArray(); Now with this it will work
@ramdayalverma76784 жыл бұрын
Good explanation 💯👍
@ankurkumargarg38273 жыл бұрын
Hi Ashok sir Many thanks for providing such knowledge I request you to share the solution having less complexity So can use the methods for preparing for coding exams.
@sathishruthiran1150 Жыл бұрын
Thank You so much it's very nice video... please more program related videos
@ashokit Жыл бұрын
Ok. Thanks
@prachi_s_h3 жыл бұрын
Need this types of more videos on string.
@prachi_s_h3 жыл бұрын
Thank you! This playlist helps a lot.
@durgaprasadmarrey5773 жыл бұрын
Tq for this beautiful explanation
@mudumbamanoj1663 жыл бұрын
please check the logic one its not working we are getting array out of bounds exception please update with the corrected programme
@harshitsatya52913 жыл бұрын
Clear explanation
@YashSingh-xs5yj4 ай бұрын
Sir, it was a great tutorial can you please help, one interview coding question which was based on String I was not able to solve that properly Input: abbcccdddd Output: ab2c3d4 If the repetition of a char in a string is more than one, then it should be replaced by a number denoting the occurrence of that char in String
@umadevialamkonda88603 ай бұрын
hello i have done this questionn , if u still didn't got solution reply back. i will share the solution
@YashSingh-xs5yj3 ай бұрын
@@umadevialamkonda8860 please share the solution I'm not able to find it anywhere
@ashokit3 ай бұрын
🔥 Please follow us in WhatsApp channel : bit.ly/49wCWje
@mageshkannan74162 жыл бұрын
How to string alphabetically descending using built-in function
@rishavsrivastav83442 жыл бұрын
Is this possible in O(n)…?
@Disha_Runwal8 ай бұрын
How much time is required for cloud computing to learn
@ashokit5 ай бұрын
please contact our admin team : +91 9985396677
@mauryar163 жыл бұрын
Thank you
@lakshmanank562 жыл бұрын
But where will be the sorted array stored in
@renukajayan66363 жыл бұрын
Sir , I have one doubt , this problem just consists of a single word , what if different words are asked to arrange as in that of dictionary
@raveyus68473 жыл бұрын
use StringTokenizer then use this method to sort the words individually.
@parag40046 ай бұрын
If there is one capital character in string then this program wont work. Also how can we remove duplicate from this string
@ashokit5 ай бұрын
please contact our admin team : +91 9985396677
@anandraj3571 Жыл бұрын
2nd aproch is not working...
@Arifkalawant9482 жыл бұрын
Sir how to sort if (string= cnba.Ac?/Hj ) such string is given can you please reply with a logic. It was asked in interview