How to approach GREEDY questions

I have been practicing on Leetcode for months now and I have covered various topics like Graph, DP, Monotonic Stacks etc.
I realised I haven't solved a lot of Greedy problems, so I started solving some.

I must say, I am having a hard time trying to find an approach to these questions. Most questions want you to come up with some 'trick' to solve it and there are no proofs available for why that so called trick works. Questions tagged Easy are not a problem but Medium and Hard ones are very annoying.

I could really use some adivce here on how to think 'greedily' and come up with a strategy for such questions.
If you think I am doing something wrong feel free to point out or advise me on the same.

Also, please upvote so this reaches more people who have mastered Leetcode Questions. Would love to hear from them about this.

Thank You. ^^

Comments (5)