Login
Register
Dark Mode
Brightness
Ambient Glow – Questions list
Register
Profile
Edit Profile
Messages
My favorites
My Updates
Logout
Recent questions tagged computer-science
3
3 votes
4
4 answers
960
960 views
GATE CS Practice : The "Master Theorem" (Algorithms)
Consider the following recurrence relation describing the running time of an algorithm: $$T(n) = 2T\left(\frac{n}{2}\right) + \frac{n}{\log n}$$$$(Base\ condition: T(1) =...
NullPointer_Pro
960
views
asked
Dec 24, 2025
Algorithms
algorithms
master-theorem
recurrence-relation
computer-science
gate-preparation
+
–
2
2 votes
1
1 answer
357
357 views
UGC NET CSE | June 2025 | Part 2 | Question: 85
Match List I with List II$\begin{array}{|ll|ll|} \hline & \textbf{List I} & & \textbf{List II} \\ \hline \text{A.} & \text{Circular Queue} & \text{I.} & \text{Print Queue...
Shubham Sharma 2
357
views
asked
Sep 10, 2025
Data Structures
ugcnetcse-june2025
data-structures
queue
computer-science
algorithms
+
–
To see more, click for the
full list of questions
or
popular tags
.