LeetCode is a website where people can practice solving coding problems and prepare for technical interviews.
My personal opninion is that most web developers doesnt require the best DSA (data structures & algorithms) skills compared to other fields such as data scientists and IOT developers. However I personally find these problems to be both challenging and fun which are my main reasons for creating this repository.
- Not all of the solutions found in the project are the best soultions in terms of runtime.
- The goal is to create the optimal solution in regards of runtime, not clean code.