Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/absognety/competitive-coding-platforms
GeeksForGeeks, HackerEarth, Coding Tests and Several Other platforms - Data Structures, Algorithms, SQL, Programming
https://github.com/absognety/competitive-coding-platforms
algorithms-and-data-structures coding-platform competitive-programming daily-coding-problem data-structures geeksforgeeks-python geeksforgeeks-solutions golang golang-examples hackerearth hackerrank interviewing-io learning-golang leetcode leetcode-solutions postgresql sql techgig
Last synced: 2 days ago
JSON representation
GeeksForGeeks, HackerEarth, Coding Tests and Several Other platforms - Data Structures, Algorithms, SQL, Programming
- Host: GitHub
- URL: https://github.com/absognety/competitive-coding-platforms
- Owner: absognety
- License: gpl-3.0
- Created: 2018-12-07T14:11:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-30T07:19:18.000Z (2 months ago)
- Last Synced: 2025-01-30T23:13:14.704Z (2 days ago)
- Topics: algorithms-and-data-structures, coding-platform, competitive-programming, daily-coding-problem, data-structures, geeksforgeeks-python, geeksforgeeks-solutions, golang, golang-examples, hackerearth, hackerrank, interviewing-io, learning-golang, leetcode, leetcode-solutions, postgresql, sql, techgig
- Language: Python
- Homepage:
- Size: 5.35 MB
- Stars: 64
- Watchers: 2
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Programming questions from different competitive coding platforms for Algorithms and Data Structures
===========================================
#### About this Repository:
+ I have been developing this repository for some time, I have been upgrading this repo with latest coding solutions and questions that I have been encountering in different tests, practice and also my own personal collection (Hackerearth + GeeksForGeeks)
+ The Coding questions from other platforms like hackerrank, interviewBit, Daily Coding Problem, Skillenza, Interviewing.io are also included here - directories are created separately for different data structures.The idea is to capture maximum number of problem models in this repository.
+ The questions for few problems are shared in the form of images (JPEGs/PNGs) and for few problems they are embedded in code itself in the form of multiline docstrings.+ Daily Coding problem & Interviewing.io solutions are the recent addition.
+ For most of the questions along with optimal solutions, my non-optimal versions are also included, so feel free to improve this repo by contributing to it with your own stable and optimal codes by creating a pull request 😛 👍.
### Links to Resources:
1. [GeeksForGeeks](https://practice.geeksforgeeks.org/)
2. [HackerEarth](https://www.hackerearth.com/challenges/)
3. [HackerRank](https://www.hackerrank.com/interview/interview-preparation-kit)
4. [InterviewBit](https://www.interviewbit.com/practice/)
5. [Interviewing.io](https://interviewing.io/)
6. [Codechef](https://www.codechef.com/problems/school)
7. [Coderbyte](https://coderbyte.com/challenges)
8. [Daily Coding Problem](https://www.dailycodingproblem.com/)## Leetcode Problems and Solutions: [Leetcode](LeetCode)