From 674a33aa1c4865073eb5b1fa343837b08daa71d0 Mon Sep 17 00:00:00 2001 From: Manuel Pineda Date: Tue, 2 Jan 2018 08:47:44 -0500 Subject: [PATCH] Update Problems.md --- Problems.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Problems.md b/Problems.md index f6eb492..cfb371b 100644 --- a/Problems.md +++ b/Problems.md @@ -23,3 +23,8 @@ dsu | https://www.urionlinejudge.com.br/judge/en/problems/view/1527 | kruskal | https://icpcarchive.ecs.baylor.edu/index.php?option=onlinejudge&page=show_problem&problem=5013 | dijkstra | https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&category=657&page=show_problem&problem=4897 | dijkstra | http://www.spoj.com/problems/EZDIJKST/ | + + +algorithms | url | +:-- | :--: | +Mo's algorithm | http://lightoj.com/volume_showproblem.php?problem=1188 |