From 81b8e4d5ad8c1fa6c4da315318cdacccc774514a Mon Sep 17 00:00:00 2001 From: ash12345678987654321 <30226797+ash12345678987654321@users.noreply.github.com> Date: Tue, 16 Oct 2018 03:44:56 +0800 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 338ffea2..5bf4a681 100755 --- a/README.md +++ b/README.md @@ -93,6 +93,7 @@ ACM-ICPC Algorithms is a collection of important algorithms and data structures * [Kruskal MST](/Graph/KruskalsMST) * [Prims MST](/Graph/PrimsMST) * [Sack](/Graph/Sack) + * [SPFA SSSP](/Graph/SPFA_SSSP) * [Targan SCC](/Graph/TarganSCC) * [Topo Sort](/Graph/TopoSort) * [Greedy Algorithms](/Greedy) @@ -111,6 +112,8 @@ ACM-ICPC Algorithms is a collection of important algorithms and data structures * [2 Sum](/Hashing/2_Sum) * [3 Sum](/Hashing/3_Sum) * [4 Sum](/Hashing/4_Sum) +* [Input](/Input) + * [Fast_Input] (/Input/Fast_Input) * [Mathematical Algorithms](/Math) * [3 Sum square complexity](/Math/3_Sum_square_complexity) * [Factors Of A Given Number](/Math/All%20factors%20of%20a%20given%20Number)