DailyTech Series is the initiative run by TechLead and Joma Check it out https://www.techseries.dev/daily. The idea of daily tech series to solve a coding question a day. Please subscribe to their mailing list by visiting above URL.
The aim of this repo is to practice and solve the questions sent by the DailyTech Series. So that we can keep ourselves up to date on competitive programming.
- Create your own branch from
master
- Take some time to think and solve the problem daily or as per your pace.
- Upload the solution. Format should be:
- The implementation idea above code in comments
- The code of the solution
- test-cases(mostly corner cases)
- output
- Time & Size complexity
Happy Coding!