Last night I watched this video and Today, There's a same question that needs to (display the duplicate values from the array) asked in the interview and I have written the program successfully. Thank you so much for your video and It really helps very much for my selenium interview process. Without you I am nothing...
public class Arrduplicate { public static void main(String[] args) { int[] arr={10,20,30,10,20,30,10,50,10}; int [] freq=new int[arr.length]; for(int i=0; i
Frequency method paaka vandha extra three method sollitenga...Adhukudha unga channel paakuradhu....😇🔥
Last night I watched this video and Today, There's a same question that needs to (display the duplicate values from the array) asked in the interview and I have written the program successfully. Thank you so much for your video and It really helps very much for my selenium interview process. Without you I am nothing...
very thank u anna, i am fresher in program but when i watch ur class now, i improved my program level.
Sir..neenga nalla solli tharinga sir...Naa sekrama purijikuran sir romba nantri sir...very useful video❤
Tq very much sir. Ur teaching is awsome. I can easily understand. So I subscribed ur channel❤❤❤❤❤❤
Vera levl sir neenga😃👍🔥💯
Pakka Explanation bro..👍
vera level explanation
freq array vah intialize pannirkingala.. adha yepudii sir c program la panradhu??
thank you for this video:)
👌..easy to understand
Sir , I was following up your daily video , please upload some videos. Thanks.
Arumai..arumai..✌
if least freq are same then print that element which is snall and display it. ->try it sir
Sir in this method is hashing technique or not sir
Thank u very much
Awesome sir
Same code character Kum use panlama sir or
Sir pls upload daily video ,
Happy New year....
Sir can you make a 2d & 3d array concepts and they work
Please do some exercises on it
Sir, oru array va process panni vara output ah epd sir innoru array la store pandradhu....
Sir ithula duplicate numbers oda frequency aa total aa epdi count panrathu
Sir explain STLC ...
Another one Ad hoc testing pls
Can I get this program in C?
Sir largest palindrome in array problem video upload panunga
Sir how to remove duplicate elements from an array
sir java vs python which is better language
both are good, Job wise Java is still leading, Learning wise Python is good
@@PayilagamChennai Thanks sir
not getting proper output
public class Arrduplicate {
public static void main(String[] args) {
int[] arr={10,20,30,10,20,30,10,50,10};
int [] freq=new int[arr.length];
for(int i=0; i
sir, main for loop kulla if(freq[i]!=-1) condition use panni irukkan, ithu unwanted iterations ah remove pannuthu sir