smv1999 / CompetitiveProgrammingQuestionBank

This repository contains all the popular Competitive Programming and DSA questions with solutions for your Coding Interview Preparation.
https://smv1999.github.io/CompetitiveProgrammingQuestionBank/
MIT License
1.23k stars 349 forks source link

Length of longest substring without repeating characters(Leetcode 3) #467

Closed nidhisethi88 closed 3 years ago

nidhisethi88 commented 3 years ago

🚀 Feature

(A clear and concise description of what the feature is.)

Have you read the Contributing Guidelines on Pull Requests?

(Write your answer here.) yes lengthOfLongestSubstring.docx

Motivation

It is one of the most askes questions during interviews. (Please outline the motivation for the proposal.)

Pitch

It should be added because I have used the most optimised approach I have found till date to solve this question. (Please explain why this feature should be implemented and how it would be used.) It can be used by coding enthusiasts.

github-actions[bot] commented 3 years ago

Hello @nidhisethi88,
Thank you for opening an issue. :partying_face:
To get assigned to this particular issue please use /assign
Check this guide before contributing.

nidhisethi88 commented 3 years ago

/assign

github-actions[bot] commented 3 years ago

This issue has been assigned to @nidhisethi88! It will become unassigned if it isn't closed within 17 days. A maintainer can also add the pinned label to prevent it from being unassigned.

nidhisethi88 commented 3 years ago

Can I work on this issue in C++?

smv1999 commented 3 years ago

Sure @nidhisethi88, go ahead ! Place the solution in Strings folder.