Frequency of each element in an integer array | Brute force | JAVA interview question

  Рет қаралды 33,798

Technosage

Technosage

Күн бұрын

Пікірлер: 23
@AkashYadav-tc2lo
@AkashYadav-tc2lo 2 жыл бұрын
very well explained. Thanks, but still i have a confusion on why we have stored visited in arr[j] ??
@TechnosageLearning
@TechnosageLearning 2 жыл бұрын
We have set freq[j] = visited....because we have already updated the count of that element(freq[j]) and we dont want to visit that element again Otherwise same element's frequency will be updated again and again and it wont provide the required result.
@kalpshah2070
@kalpshah2070 Жыл бұрын
i have doubt related that you have print elements and their frequency for unique elements that not visited but what about that elements that stored in freq[j] how they print?
@rajrawat6376
@rajrawat6376 2 жыл бұрын
How to do it if time complexity O(N) using brute force
@TechnosageLearning
@TechnosageLearning 2 жыл бұрын
kzbin.info/www/bejne/pqu0p359mN-YaaM Checkout this video
@rajrawat6376
@rajrawat6376 2 жыл бұрын
@@TechnosageLearning yeah i hve checked out this but the concept of has map isn't thought to us yet so i was asking if there was any other way
@mdaquibahmed3567
@mdaquibahmed3567 3 ай бұрын
Well explained maam
@politics2198
@politics2198 Жыл бұрын
very Awesome explaination.
@TechnosageLearning
@TechnosageLearning Жыл бұрын
Thank you!
@myviewyt3332
@myviewyt3332 2 жыл бұрын
Well explained
@NirajKumar-n9f2d
@NirajKumar-n9f2d 2 ай бұрын
public class count { public static void main(String[]args){ int []arr={1,2,3,4,2,2,3,1}; int []freq=new int[arr.length]; int visited = -1; for(int i=0;i
@basithnizam
@basithnizam Жыл бұрын
what will happen if the give array has value of visited that is "-1"
@yashas1322
@yashas1322 8 ай бұрын
it will not print(exclude)
@mdhasanuzzaman6963
@mdhasanuzzaman6963 Ай бұрын
according to above logic it will getting the draw back
@samdarsh3795
@samdarsh3795 2 жыл бұрын
Well explained mam 👍
@TechnosageLearning
@TechnosageLearning 2 жыл бұрын
Thank you😊
@Riteshpc-c3x
@Riteshpc-c3x 5 ай бұрын
thanks
@Caped_Crusader7
@Caped_Crusader7 5 ай бұрын
why visited = -1?
@ImrojShaik-l4c
@ImrojShaik-l4c 11 ай бұрын
same as the code in the internet
@supriya_codes
@supriya_codes 2 жыл бұрын
which screen recorder u r using??
@TechnosageLearning
@TechnosageLearning 2 жыл бұрын
Default Mac screen capture tool
@naushadalam5129
@naushadalam5129 2 жыл бұрын
8 2 0 1 1 1 0 3 1 ans=2 4 1 1 code output=2 4 1 0 how can i handle this case
@naushadalam5129
@naushadalam5129 2 жыл бұрын
after sorting array
Smart Sigma Kid #funny #sigma
00:33
CRAZY GREAPA
Рет қаралды 27 МЛН
Long Nails 💅🏻 #shorts
00:50
Mr DegrEE
Рет қаралды 18 МЛН
А я думаю что за звук такой знакомый? 😂😂😂
00:15
Денис Кукояка
Рет қаралды 5 МЛН
Мама у нас строгая
00:20
VAVAN
Рет қаралды 12 МЛН
Roman to Integer | Leetcode 13 | Top 150 interview question series
13:41
2 Years of C++ Programming
8:20
Zyger
Рет қаралды 7 М.
Beginners Should Think Differently When Writing Golang
11:35
Anthony GG
Рет қаралды 124 М.
Java Program #17 - Sort an Array of Integers in ascending order
7:31
Programming For Beginners
Рет қаралды 76 М.
Frequencies of given array elements
9:31
DjCoder
Рет қаралды 16 М.
Smart Sigma Kid #funny #sigma
00:33
CRAZY GREAPA
Рет қаралды 27 МЛН