Skip to content

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

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

duruyao
Copy link

@duruyao duruyao commented Mar 21, 2023

  • 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

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)

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants