Latest articles in Algorithm

Solving C Language’s Famous Interview Question with Greedy Algorithm

Solving C Language’s Famous Interview Question with Greedy Algorithm

We used the Greedy Algorithm to solve the problem by storing the Time (t), Deadline (d), and Id (p) of each professor in a 2d array.

Popular Algorithm

More articles in Algorithm