From 00dfa4a88e0901348e92fc885119552a3a044b0c Mon Sep 17 00:00:00 2001 From: Juan Date: Sun, 17 Jul 2022 15:37:52 +0800 Subject: [PATCH] vault backup: 2022-07-17 15:37:52 --- OJ notes/pages/Leetcode 01-Matrix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OJ notes/pages/Leetcode 01-Matrix.md b/OJ notes/pages/Leetcode 01-Matrix.md index cffc0da..036aad9 100644 --- a/OJ notes/pages/Leetcode 01-Matrix.md +++ b/OJ notes/pages/Leetcode 01-Matrix.md @@ -83,7 +83,7 @@ pseudo code: - while queue is not empty - check for neighbors - - if OOB, skip + - if OOB (Out of Bound), skip - if the value of neighbor's distance is higher than the node, update it, and add it to queue(also update his neighbors)