From 8d385d024719d12f02a9aa53ebd96fef5bf0bd99 Mon Sep 17 00:00:00 2001 From: keineahnung2345 Date: Sun, 17 Apr 2022 23:20:15 +0800 Subject: [PATCH] add link to problem --- 11. Container With Most Water.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/11. Container With Most Water.md b/11. Container With Most Water.md index 70a4872..d92c3ea 100644 --- a/11. Container With Most Water.md +++ b/11. Container With Most Water.md @@ -1,5 +1,7 @@ # 11. Container With Most Water +[leetcode - 11. Container With Most Water](https://leetcode.com/problems/container-with-most-water/) + ## My attempt(WA) ```cpp class Solution {