From 5a800a6705bba8657ab2156e50870a860094bf8c Mon Sep 17 00:00:00 2001 From: qq_44193969 Date: Thu, 18 Nov 2021 16:06:00 +0800 Subject: [PATCH] update exercises --- .../2.133-\345\205\213\351\232\206\345\233\276/solution.md" | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git "a/data/3.\347\256\227\346\263\225\351\253\230\351\230\266/3.leetcode-\345\233\276\344\270\216\346\220\234\347\264\242/2.133-\345\205\213\351\232\206\345\233\276/solution.md" "b/data/3.\347\256\227\346\263\225\351\253\230\351\230\266/3.leetcode-\345\233\276\344\270\216\346\220\234\347\264\242/2.133-\345\205\213\351\232\206\345\233\276/solution.md" index 0d6f947d2..8f7826d43 100644 --- "a/data/3.\347\256\227\346\263\225\351\253\230\351\230\266/3.leetcode-\345\233\276\344\270\216\346\220\234\347\264\242/2.133-\345\205\213\351\232\206\345\233\276/solution.md" +++ "b/data/3.\347\256\227\346\263\225\351\253\230\351\230\266/3.leetcode-\345\233\276\344\270\216\346\220\234\347\264\242/2.133-\345\205\213\351\232\206\345\233\276/solution.md" @@ -25,7 +25,7 @@ class Node {

示例 1:

-

+

输入:adjList = [[2,4],[1,3],[2,4],[1,3]]
 
@@ -43,7 +43,7 @@ class Node {
 
 

示例 2:

-

+

输入:adjList = [[]]
 
@@ -64,7 +64,7 @@ class Node {
 
 

示例 4:

-

+

输入:adjList = [[2],[1]]
 
-- 
GitLab