7 589
Suscriptores
-424 horas
-357 días
-6330 días
Archivo de publicaciones
from math import gcd
def is_coprime(a, b):
return gcd(a, b) == 1
def solve (N, A):
dp = [1] * N
for i in range(1, N):
for j in range(i):
if A[i] > A[j] and not is_coprime(A[i], A[j]):
dp[i] = max(dp[i], dp[j] + 1)
return max(dp)
Done ✅
IBM CODEKNACK slots are opened.
For IBM slots 👇👇
mlcoder2
HCL slot-10 done ✅
All 5 sections completed ✅
Each and every section is an elimination round ✅
Contact: @mlcoder2
HCL slot-9 done ✅
All 5 sections completed ✅
Each and every section is an elimination round ✅
Contact: @mlcoder2
HCL slot-9 done ✅
All 5 sections completed ✅
Each and every section is an elimination round ✅
Contact: @mlcoder2
HCL slot-8 done ✅
All 5 sections completed ✅
Each and every section is an elimination round ✅
Contact: @mlcoder2
HCL slot-7 done ✅
All 5 sections completed ✅
Each and every section is an elimination round ✅
Contact: @mlcoder2
HCL slot-4 done ✅
All 5 sections completed ✅
Each and every section is an elimination round ✅
Contact: @mlcoder2
HCL slot-5 done ✅
All 5 sections completed ✅
Each and every section is an elimination round ✅
Contact: @mlcoder2
HCL slot-4 done ✅
All 5 sections completed ✅
Each and every section is an elimination round ✅
Contact: @mlcoder2
¡Ya disponible! Investigación de Telegram 2025 — los principales insights del año 
