Skip to content

Update longest-substring-without-repeating-characters.go#180

Open
duruyao wants to merge 1 commit into
kamyu104:masterfrom
duruyao:leetcode_3_go
Open

Update longest-substring-without-repeating-characters.go#180
duruyao wants to merge 1 commit into
kamyu104:masterfrom
duruyao:leetcode_3_go

Conversation

@duruyao

@duruyao duruyao commented Mar 21, 2023

Copy link
Copy Markdown
  • Passed in Leetecode: 919320574.
  • Runtime: 9 ms, faster than 62.31% of Go online submissions.
  • Memory Usage: 3 MB, less than 51.86% of Go online submissions.

@priya-thv

Copy link
Copy Markdown

the solution in CPP using hashmap and sliding window technique
time [complexity:o(n^2)] (https://github.com/priya-thv/dsa-practice/blob/main/sliding%20window/length%20of%20longest%20substring.cpp)

@Himanshu0101-dev

Copy link
Copy Markdown
Screenshot 2026-07-09 095509 my solution

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.

3 participants