Skip to content

Create Longest_Substring_Without_Repeating_Characters.cpp#590

Open
anuj200-code wants to merge 1 commit intoavinash201199:mainfrom
anuj200-code:patch-1
Open

Create Longest_Substring_Without_Repeating_Characters.cpp#590
anuj200-code wants to merge 1 commit intoavinash201199:mainfrom
anuj200-code:patch-1

Conversation

@anuj200-code
Copy link

Problem: Longest Substring Without Repeating Characters
Approach: Sliding Window + Hash Map
Time Complexity: O(n)
Space Complexity: O(256) ≈ O(1)

Problem: Longest Substring Without Repeating Characters
  Approach: Sliding Window + Hash Map
  Time Complexity: O(n)
  Space Complexity: O(256) ≈ O(1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant