Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 interviewing-io learning-golang leetcode leetcode-solutions postgresql sql techgig

Last synced: 5 days ago
JSON representation

GeeksForGeeks, HackerEarth, Coding Tests and Several Other platforms - Data Structures, Algorithms, SQL, Programming

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)