Recent posts tagged gate-2026

1,071
1,071 views
$O(n)$Algorithm:int count(int a[],int n){ int count[10]; for i=1 to 10: count[i]=0; for i = 1 to n{ k = count[a[i]]++; if (k>1) return a[i]; } return 0; }
4,683
4,683 views
8B/10B.8 Bit data converted into 10 bit data. 8B/10B is combination of 5B/6B and 3B/4B.
To see more, click for the full list of questions or popular tags.