GreshmaShaji / hacktoberfest-competitiveprogramming

This repository aims to contain solutions and explanations to various competitive programming problems, which may be important for interviews and online tests of different companies.

Home Page:https://skully-coder.github.io/hacktoberfest-competitiveprogramming/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Competitive Programming Solutions Compilation

CodeFactor
Hello everyone 👋

This repository contains solutions and explanations to various competitive programming problems, which are important for interviews and online tests of different companies.

Anyone is free to contribute to this repository, please follow the contribution guidelines below 👇

Do keep checking the Discussions tab to be updated about the events in this repository. Feel free to start a discussion if you wish.

Guidelines for Contributing

To contribute to this repository:

  • Look through the issues tab and find an issue that you feel you can contribute to.

  • Comment on the issue of your choice, and make sure that the issue is assigned to you

  • Fork this repository.

  • In the new forked repository created, create a folder with name of the problem under the most suitable topic/tag of the program, like this example:
    alt text
    (here, Graph is the suitable folder, and Krushal's Minimum Spanning Tree Algorithm is a folder with the name of the problem)

  • In the folder, provide the following:-

    • a README.md describing the problem and if possible, its explanation.

    • a solution file with the name main.<lang>, where <lang> is the extension for the language, in as many programming languages as possible.

    image (demo folder structure)

  • Once you are done, commit the changes and push to your fork.

  • Now go ahead create a pull request with an appropriate heading, which will be reviewed by us as soon as possible. If acceptable, your pull request will be merged into the repository, and you will be able to see your name in the list of contributors here

  • If you like this repo, do ⭐star it, and let others know about this repository :)

  • Also our website is now live! It has been made by @Ahti223 . You can find it here.

PS: This repository already has the hacktoberfest topic to it, so you guys do not need me to ask to add the hacktoberfest-accepted label to the Pull Request, hacktoberfest will consider your Pull Request automatically.

Stargazers over time

Stargazers over time

Repository Stats

Contributors Forks Stargazers Issues

About

This repository aims to contain solutions and explanations to various competitive programming problems, which may be important for interviews and online tests of different companies.

https://skully-coder.github.io/hacktoberfest-competitiveprogramming/

License:MIT License


Languages

Language:C++ 66.8%Language:JavaScript 9.9%Language:Java 9.2%Language:Python 8.3%Language:C 4.3%Language:HTML 0.9%Language:CSS 0.5%