Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@ Topics
- [Codeforces](http://codeforces.com/problemset/tags/graphs)
- [Codechef](https://discuss.codechef.com/tags/graph/)
- [A2oj](http://a2oj.com/Category.jsp?ID=13)

## Greedy
- [GeekforGeeks](https://www.geeksforgeeks.org/graph-data-structure-and-algorithms/)
---
*Greedy problems involve solving a problem statement considering the most greedy, i.e. most optimal solution at the given time without taking into consideration the future effects of it.*

Expand Down