Skip to content

Commit c3e19c0

Browse files
authored
Update README.md
Added a few more questions which can be solved using this technique.
1 parent 20e9877 commit c3e19c0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Graph/Sack/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ A concept introduced in the algorithm is that of heavy son, in which the heavier
44
Some problems that can be solved with the Sack algorithm:
55
* [Lomsat gelral - Codeforces](https://codeforces.com/problemset/problem/600/E)
66
* [Tree Requests - Codeforces](https://codeforces.com/problemset/problem/570/D)
7+
* [Coloring Tree - HackerRank](https://www.hackerrank.com/challenges/coloring-tree/problem)
8+
* [Hedwig The Smart Bird - Codechef](https://www.codechef.com/problems/HEDWIG)
9+
* [Summing in a tree - HackerRank](https://www.hackerrank.com/contests/101hack47/challenges/summing-in-a-tree)
10+
* [Treedif - VJudge](https://vjudge.net/problem/SGU-507)
711

812
Troubleshooting the above using sack:
913
* [Lomsat Gelral Solution](https://notepad.pw/code/ghp6r2r2i)

0 commit comments

Comments
 (0)