From 5b9343714a8ecb8e64fde0223b6f18b4e894306e Mon Sep 17 00:00:00 2001 From: hitanshu310 Date: Wed, 12 Mar 2025 23:29:18 +0530 Subject: [PATCH] Adding Longest Substring Without repeating Characters --- Questions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Questions.md b/Questions.md index ef6b2f2..e445589 100644 --- a/Questions.md +++ b/Questions.md @@ -21,4 +21,5 @@ 17. [Pow(x, n)](https://leetcode.com/problems/powx-n/description/) `Leetcode 150` `Striver` 18. [Majority Element](https://leetcode.com/problems/majority-element/description/) `Leetcode 150` `Striver` 19. [Longest Consecutive Sequence](https://leetcode.com/problems/longest-consecutive-sequence/description/) `Leetcode 150` `Striver` +20. [Longest Substring Without Repeating Characters](https://leetcode.com/problems/longest-substring-without-repeating-characters/description/) `Leetcode 150` `Striver`