-
-
Notifications
You must be signed in to change notification settings - Fork 422
Add solution for 3rd LeetCode Practice Problem - Longest Substring Without Repeating Characters #184
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
Conversation
…thout Repeating Characters This commit adds a well-commented and human-readable Python 3 program to solve the third LeetCode Practice Problem viz., "Longest Substring Without Repeating Characters". The code is judged as Accepted on LeetCode, on 1st August 2021 (the same day this PR is initiated).
I can tell this is your first pull request! Thank you I'm so honored. 🎉🎉🎉 I'll take a look at it ASAP! |
Sorted Strings Table Entries in ascending order as per the # Problem ID column, and added entry for Python solution to newly added solution to Strings #3: Longest Substring Without Repeating Characters
Thanks @Git-Harshit |
Sure @GouravRusiya30, I will update the file name as per your naming convention. Update: Renamed the file as per naming convention <PROBLEM_NAME>.<FILE_FORMAT> as per the naming guideline mentioned in PULL_REQUEST_PROCESS file. I hope it's adhering to the naming conventions now. Please let me know if anything else can be improvised. |
…t_Substring_Without_Repeating_Characters.py Renamed this file to Longest_Substring_Without_Repeating_Characters.py in order to match file naming conventions of the repository, as mentioned in PULL_REQUEST_TEMPLATE
Thanks for updating the file name but you haven't updated the README with correct path of file. |
Fixed the solution link for Longest_Substring_Without_Repeating_Characters.py file in README file
Oops, My bad! I did forget about it. Thanks for pinging me on it. I have updated it on the README file too, please have a look again, it should be fine now. 🙂 |
Pull Request Template
Description
This commit adds a well-commented and human-readable Python 3 program to solve the third LeetCode Practice Problem viz., "Longest Substring Without Repeating Characters". The code is judged as Accepted on LeetCode, on 1st August 2021 (the same day this PR is initiated). Have a look, and feel free to suggest any changes or directly improvise the solution.
Put check marks:
Have you made changes in README file ?
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration.
Make sure all below guidelines are followed else PR will get Reject: