thepurpleowl / House-of-Codes

A repository to collect the solutions to all Competitive Programming (CP) problems, with broader goal to create CP problem dataset.
12 stars 51 forks source link

Added Leetcode folder with a Java Solution #15

Closed SandeepGamot closed 4 years ago

SandeepGamot commented 4 years ago

Added a LeetCode folder with language specific subfolders to bring some organizations in the repo. Added a java solution to Medium Problem. More to come.

thepurpleowl commented 4 years ago

Please add a README in Leetcode folder @SandeepGamot

And change the path from LeetCode/Java/Longest_Substring_Without_Repeating_Characters.java to LeetCode/Longest_Substring_Without_Repeating_Characters.java

SandeepGamot commented 4 years ago

Hey, @thepurpleowl it's done now.

SandeepGamot commented 4 years ago

Oh yeah, I got out of sync with the master, no worries I'll add them there. Hey, @thepurpleowl I'll suggest to delete this PR, I'll make a fresh new one.