Live Mock Interview | DSA based Technical Round

  Рет қаралды 7,224

GeeksforGeeks

GeeksforGeeks

Күн бұрын

Пікірлер
@mohithguptakorangi1766
@mohithguptakorangi1766 3 жыл бұрын
The bad thing is that the actual interview doesn't go such interactively
@aaravrajgroversbiggestfsn2277
@aaravrajgroversbiggestfsn2277 3 жыл бұрын
Good
@aaravrajgroversbiggestfsn2277
@aaravrajgroversbiggestfsn2277 3 жыл бұрын
👍
@rishikashnia1242
@rishikashnia1242 3 жыл бұрын
Print the common character , number of times it repeats in given array of strings (Using c#) void Calculate(string[] inp) { int[] a = new int[26]; for (int i = 0; i < inp[0].Length; i++) { a[inp[0][i] - 'a']++; } for (int i = 1; i < inp.Length; i++) { int[] b = new int[26]; for (int j = 0; j < inp[i].Length; j++) { b[inp[i][j] - 'a']++; } for (int j = 0; j < 26; j++) { if (a[j] > 0 && b[j] > 0) a[j] = a[j] + b[j]; else a[j] = 0; } } for (int i = 0; i < 26; i++) { for (int j = 0; j < a[i]; j++) { Console.Write(Convert.ToChar('a' + i)); } } }
@fetkamausam5132
@fetkamausam5132 3 жыл бұрын
you dont intialise with max take the min len string and count the each char like using dictionary
Live Mock Interview | Technical Round - DSA Based Questions
49:09
GeeksforGeeks
Рет қаралды 17 М.
Live Mock Interview | Technical Round - Coding Fundamentals
48:18
GeeksforGeeks
Рет қаралды 20 М.
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН
To Brawl AND BEYOND!
00:51
Brawl Stars
Рет қаралды 16 МЛН
Pourquoi t'es important pour personne ?
3:15
Suram
Рет қаралды 508
System Design Interview: TikTok architecture with @sudocode
45:35
Google | Interview Preparation Strategies
40:58
GeeksforGeeks
Рет қаралды 121 М.
Making an Algorithm Faster
30:08
NeetCodeIO
Рет қаралды 171 М.
Live Mock Interview DSA Series #78
59:58
GeeksforGeeks
Рет қаралды 2,5 М.
System design mock interview: "Design WhatsApp or Telegram" (with ex-Google EM)
52:23
IGotAnOffer: Engineering
Рет қаралды 160 М.
Live Mock Interview | Data Structure and Algorithms Technical Round
47:49
Medium Google Coding Interview With Ben Awad
51:27
Clément Mihailescu
Рет қаралды 1,3 МЛН
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН