Code Monkey home page Code Monkey logo

skully-coder / competitiveprogramming Goto Github PK

View Code? Open in Web Editor NEW
36.0 1.0 90.0 6.52 MB

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/competitiveprogramming/

License: MIT License

C++ 70.90% Python 5.32% Java 11.71% C 3.81% HTML 0.53% CSS 0.30% JavaScript 7.43%
competitive-programming algorithms data-structures search tree graph array linkedlist cpp java python sort

competitiveprogramming's Introduction

Competitive Programming Solutions Compilation

CodeFactor pages-build-deployment

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 repo has been excluded from Hacktobestfest for being a DSA related repository, so any Pull Request to this repository will not longer be considered for Hacktoberfest.

Setting up in Local Environment

Just clone the repository on your local machine using the command:

git clone https://github.com/skully-coder/competitiveprogramming.git

Now you are set to contribute!

Stargazers over time

Stargazers over time

Repository Stats

Contributors Forks Stargazers Issues

competitiveprogramming's People

Contributors

amaan-farooq avatar amit7088 avatar amretapandey avatar ankit-95 avatar anshul123kumar avatar athi223 avatar avaneeshk098 avatar coffeecoder69 avatar emperor-2001 avatar gupta-niharika avatar hemangpandey avatar hrt21 avatar jadhav-kunal avatar lakig avatar luckysharma05 avatar mayurishinde27 avatar mr-vabs avatar nanthakumaran-s avatar pratikj697 avatar pro-vider avatar rishabh-arya avatar sachin19k avatar shimilsabraham avatar shinchancode avatar skully-coder avatar srijan-singh avatar suvanbalu avatar vasanthkumar18 avatar vasumanhas000 avatar vksudin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

competitiveprogramming's Issues

Math Problems

Can I add folder with problems related to math, like Integer to base 3 and complete an arithmetic sequence ?

Code for heap sort to sort using max heap

Is your feature request related to a problem? Please describe.
I would like to add code for Implementation of Heap sort to sort given set of values using max or min heap.

Describe the solution you'd like
I will use array for space optimization.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

code for operations on Threader Binary tree.

Is your feature request related to a problem? Please describe.
I wanted to implement In-order Threaded Binary Tree and traverse it in In-order and Pre-order

Describe the solution you'd like
Tried to solve it using Predecessor, Successor.

Describe alternatives you've considered
Threaded Binary tree with space and time optimization

Additional context
Add any other context or screenshots about the feature request here.

Adding new programs and their solutions.

@skully-coder
Hello ๐Ÿ‘‹ ,
I wanna add some new programs of array, binary tree, and linked list but if you allow me to do.

Kindly look into this and assign me if it requires, also let me know the answer of my another comment ( from another issue ) .

I'll be happy to contribute.

Expression Tree from postfix and prefix expression

Is your feature request related to a problem? Please describe.
I would like to add code for getting expression Tree from postfix and prefix expression

Describe the solution you'd like
I will stack, tree traversal etc.

Describe alternatives you've considered
Code is completely written by me

Additional context
Add any other context or screenshots about the feature request here.

code for operations on Binary search tree.

Is your feature request related to a problem? Please describe.
I wanted to add code for BST - insertion, deletion, traversal, mirror images, height etc.

Describe the solution you'd like
I will add code for this problem statement. The code is completely written by me.

Describe alternatives you've considered
I will add comment for understanding.

Additional context
Add any other context or screenshots about the feature request here.

Rewrite README.md

I need help in rewriting the README.md file for this project so that it is easier to understand and looks more decorative. Anyone interested can comment on this issue

Code for AutoCompletion using Trie Data Structure

Is your feature request related to a problem? Please describe.
I would like to add an autocompletion algorithm using python

Describe the solution you'd like
I will use Trie DS to achieve this auto-completion feature

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.