From 81e19f40614f2940026b39efca8538ae32164d40 Mon Sep 17 00:00:00 2001 From: Srihari Thyagarajan <57552973+Haleshot@users.noreply.github.com> Date: Wed, 28 Aug 2024 00:00:42 +0530 Subject: [PATCH 1/2] Update README.md --- Neetcode/Neetcode_150/Valid_Anagram/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Neetcode/Neetcode_150/Valid_Anagram/README.md b/Neetcode/Neetcode_150/Valid_Anagram/README.md index 05598c66..42e55a57 100644 --- a/Neetcode/Neetcode_150/Valid_Anagram/README.md +++ b/Neetcode/Neetcode_150/Valid_Anagram/README.md @@ -113,4 +113,6 @@ This method separates the process into two loops: one for counting the character - [LeetCode Solution Discussion](https://leetcode.com/problems/valid-anagram/solutions/5699383/solution) - [Personal Submission](https://leetcode.com/submissions/detail/1370348068/) -> **Note:** This problem is part of a collection that helps you understand anagrams and string manipulation techniques. Check out the [Neetcode Roadmap](https://neetcode.io/roadmap) for more problems and detailed solutions. +> [!NOTE] +> This problem is part of a larger collection following the roadmap on [Neetcode Roadmap](https://neetcode.io/roadmap). For more details and related problems, please refer to the Neetcode.io website. + From 243d5ab7a0872d59ed258b2ab19472fefec0aa39 Mon Sep 17 00:00:00 2001 From: Srihari Thyagarajan <57552973+Haleshot@users.noreply.github.com> Date: Wed, 28 Aug 2024 00:00:57 +0530 Subject: [PATCH 2/2] Update README.md --- Leetcode/Valid_Anagram/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Leetcode/Valid_Anagram/README.md b/Leetcode/Valid_Anagram/README.md index 05598c66..42e55a57 100644 --- a/Leetcode/Valid_Anagram/README.md +++ b/Leetcode/Valid_Anagram/README.md @@ -113,4 +113,6 @@ This method separates the process into two loops: one for counting the character - [LeetCode Solution Discussion](https://leetcode.com/problems/valid-anagram/solutions/5699383/solution) - [Personal Submission](https://leetcode.com/submissions/detail/1370348068/) -> **Note:** This problem is part of a collection that helps you understand anagrams and string manipulation techniques. Check out the [Neetcode Roadmap](https://neetcode.io/roadmap) for more problems and detailed solutions. +> [!NOTE] +> This problem is part of a larger collection following the roadmap on [Neetcode Roadmap](https://neetcode.io/roadmap). For more details and related problems, please refer to the Neetcode.io website. +