Тёмный

Zoho - Wipro - Mr.Cooper Interview Question | Removing Duplicates O(N) | Tamil | code io 

code io - Tamil
Подписаться 182 тыс.
Просмотров 22 тыс.
50% 1

Опубликовано:

 

26 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 22   
@curious9381
@curious9381 2 года назад
Little correction @4.31 2 vum 2 vum same dha so 'i' gets incremented
@codeio
@codeio 2 года назад
👍🏻👍🏻
@samyukthanarayanasamy9795
@samyukthanarayanasamy9795 11 месяцев назад
Frequency of element in an array vedio podunga bro
@muthuguru7289
@muthuguru7289 15 дней назад
def remove_dup(arr): return list(set(arr)) arr=[1,2,2,3,3,3,4,4,4,5,4] rem=remove_dup(arr) print(rem) print(len(rem))
@sivasaran_s
@sivasaran_s 10 месяцев назад
original_list = [1, 2, 2, 3, 4, 4, 5] unique_list = [] for item in original_list: if item not in unique_list: unique_list.append(item) print("List with Duplicates Removed (using for loop):", unique_list) -------- can i use this type bro
@Haresh-uj7tb
@Haresh-uj7tb 10 месяцев назад
If kuda venam bro...just unique list ku badhila set create panuga..andha set la for la iterate panra numbers elam add panuga avlotha final ah print the set
@sivakumar.s2559
@sivakumar.s2559 Год назад
We can use Set
@ventacode
@ventacode 8 месяцев назад
Extra memory if set is used
@estherrebekahhg3594
@estherrebekahhg3594 3 года назад
Mr. copper interview questions pls
@codeio
@codeio 3 года назад
Sure👍👍👍👍😊😊
@bhavadharinijas1872
@bhavadharinijas1872 2 года назад
Why can't we use set if requirement is only finding length
@surendharv795
@surendharv795 8 месяцев назад
s , you can
@chandrus3748
@chandrus3748 2 года назад
Hlo bro ,it gives only length of after removing duplicate array but it not also give without duplicate elements in array
@christoragav860
@christoragav860 Год назад
For that u have to loop a array from start to j+1
@anandhar9329
@anandhar9329 3 года назад
Nice explanation bro 🔥🔥
@codeio
@codeio 3 года назад
🤩🤩
@venkatkrishnan9777
@venkatkrishnan9777 2 года назад
What is o(n) itha pathi video podu bro
@baranidharan5349
@baranidharan5349 2 месяца назад
in any prog: single loop na order of n if inner loop within another loop order of n^2 if one single loop and another single loop ie not any inner loop is n+n=2n
@Bloody_BGMI_tamil
@Bloody_BGMI_tamil 3 месяца назад
#include int main() { int n; scanf("%d",&n); int arr[n]; for(int i=0;i
Далее
Nightmare | Update 0.31.0 Trailer | Standoff 2
01:14
Просмотров 500 тыс.
Ilkinchi hotin oberasanmi deb o’ylabman🥹😄
00:26
Remove Duplicates from sorted Array
21:22
Просмотров 172 тыс.
Nightmare | Update 0.31.0 Trailer | Standoff 2
01:14
Просмотров 500 тыс.