varunu28/LeetCode-Java-Solutions

Please Add Time and Space Complexity for all programs

Closed this issue · 2 comments

Thanks for building the solutions, If you don't mind can you please add the Time and Space Complexity for all the programs which will help us to gain more knowledge

@varunu28 , @varunupadhyay-alation

We have LeetCode summary results time and space.

This repository has around 1k+ Java files which contains the solution. Updating each of them will mean revisiting all the code and updating either the README or the actual file which is pretty time consuming. As @javadev pointed out you can view the results by running the code on Leetcode and viewing the summary.