The repository contains solutions to various coding interview problems extracted from websites like Leetcode, Hackerrank , Hackearth, Pramp, AlgoExpert & EPI . I've tried to provide the detailed solution and the intution through comments.
These questions are classical problems that are most frequently asked by the tech giants in technical interviews and are
not related to hard core competitive coding.
All the code provided inside the repository is purely original and completely my own.
- Hackerrank
- Leetcode
Includes both Biweekly and Weekly contest.
- Google Kickstart
- CodeForces
TODO
- Fork the repository
- Do the desired changes (add/delete/modify)
- Make a pull request
- If there is no solution to a problem.
- If your solution is asymptotically faster than the one in the main branch.
- If your algorithm is of the same time complexity but with reduced code size it would be better to, comment out the original solution and make a pull request with your solution.