Repository contains my solutions to some of the coding problems avaiable on the platforms such as:
- HackeRank
- Codility
- CodeWars
All implementations are done in python3.
| Problem Description | Solution | Score |
|---|---|---|
| balanced brackets | python3 | |
| candies | python3 | |
| largest rectangle | python3 | |
| minimum time required | python3 | |
| pairs | python3 | |
| swap nodes | python3 | |
| triple sum | python3 | |
| bfs shortest reach in graph | python3 | |
| dfs connected cell in a grid | python3 |