sankalpdayal5 / LeetCode-Solutions

:octocat: (Daily Update) Java / Python Solutions of LeetCode Problems
https://www.youtube.com/c/sankalpdayal5
Apache License 2.0
11 stars 26 forks source link

Create 0075.java #67

Closed darshita-kumar closed 4 years ago

darshita-kumar commented 4 years ago

Added 0075.java. Works on leetcode. Uses hashmap to reduce time complexity

darshita-kumar commented 4 years ago

Updated readme and removed commented question from .java file. Optimized time complexity. Please review