Greedy Algorithm
The algorithm never reverses the earlier decision, even if the choice is wrong. It works in a top-down approach.
The algorithm never reverses the earlier decision, even if the choice is wrong. It works in a top-down approach.
Data Types
Time complexity