Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

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

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)

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.

None yet

2 participants