debojyoti-majumder / CompCoding

This repository has a collection of problem that I am solving in different competitive sites. Mainly created for self productivity and learning. Apart from that it has random prototyping that I am just exploring

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome

This is a repository where I am solving problems from different online judges. To see any of my solutions please search the repository with the search id. I am trying to create a folder structure based on year and a quarter, in hope that will make the collection problems.

Finding your way around

  • To see solved example please look into the closed issue section by clicking here. There is table of all solved problems also give the list of solutions. Clicking on the problem ID should take you to the problem source site. Please check the wiki pages for list of problems solved.

  • Majority of the problems are solved using C++11/14 language set and using STL when ever possible. In the "Code Link" column should give you an hint in which language the problem have been implemented. Looking at the commit histroy might help you to understand some common problems people face while solving a problem or what have worked and what did not.

  • If you want me to solve any particular problem please create an issue using this link https://github.com/debojyoti-majumder/CompCoding/issues.

  • See https://github.com/debojyoti-majumder/CompCoding/wiki for solved problems

Get started in you local environment

About

This repository has a collection of problem that I am solving in different competitive sites. Mainly created for self productivity and learning. Apart from that it has random prototyping that I am just exploring


Languages

Language:C++ 66.6%Language:Java 11.1%Language:Python 8.7%Language:C# 4.8%Language:JavaScript 3.6%Language:Jupyter Notebook 2.4%Language:Go 1.5%Language:HTML 0.7%Language:C 0.5%Language:CMake 0.1%