Giter VIP home page Giter VIP logo

cp-dsa-questions's Introduction

πŸŽ‰CP-DSA-QuestionsπŸŽ‰

This is a repository entirely dedicated to all kind of questions ranging from basic DSA to CP. It aims to provide a solution to different questions. These questions are from various coding platforms like Hackerrank, HackerEarth, Leetcode, Codechef, Codeforces, InterviewBit, AtCoder. It also consist 450 DSA Sheet.

πŸŽ“Platforms To Be Considered πŸŽ“

  • HackerRank
  • HackerEarth
  • Leetcode
  • Codechef
  • Codeforces
  • InterviewBit
  • AtCoder
  • GFG

Languages To Be Considered

  • C++
  • C
  • Python
  • Java
  • JavaScript

For interaction and queries: Join the community


πŸŽ‡How To Contribute πŸŽ‡

Read contribution guidelines

To start contributing, follow the below guidelines:

🌟. Star🌟 the repo to appreciate the work.

  1. Take a look at the existing issues or create your own issues. Wait for the Issue to be assigned to you after which you can start working on it.

  2. Find a question you can solve from any of these platforms.

  3. Open an issue.

  4. Get it assigned.

  5. Work on it i.e

    • Solve that question by yourself.
    • Add it to your forked repo, if the folder doesn't exist create it first and then add your code.
  6. Make a pull request.

  7. Wait for it to be merged

  8. And WOAHLAAAAAAAA! πŸŽ‰ You contributed to this project.

🎏 Steps For Making A Pull Request 🎏

1. Fork this repository.

2. Clone your forked copy of the project.

git clone https://github.com/your_username/CP-DSA-Questions

3. Navigate to the project directory πŸ“ .

cd CP-DSA-Questions

4. Add a reference(remote) to the original repository to get all the changes from the remote.

git remote add upstream https://github.com/kanak22/CP-DSA-Questions

5. Check the remote for this repository.

git remote -v

6. Always take a pull from the upstream repository to your master branch to keep it at par with the main project (updated repository).

git pull upstream main

7. Create a new branch.

git checkout -b <your_branch_name>

8. Perform your changes to the code base.

9. Track your changes.

git add . 

10. Commit your changes.

git commit -m "Relevant message"

11. Push the committed changes in your branch to your remote repo.

git push -u origin <your_branch_name>

12. To create a pull request, click on Compare and pull requests.

13. Add appropriate title and description to your pull request explaining your changes and efforts.

14. Click on Create Pull Request.

15 πŸŽ‰ WOAHHHH!!!! πŸŽ‰ you made a pull request, Wait for it to get approved and merged πŸ€—πŸ€—

πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰ HAPPY CONTRIBUTING! πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰

cp-dsa-questions's People

Contributors

0xamitdutta avatar 2000shivam659 avatar adityaaggarwal12 avatar aeswibon avatar ankita297 avatar aryachakraborty avatar atish-90 avatar cyber-machine avatar debjitpal5040 avatar deeqakkk avatar dhruvin5 avatar ghozt777 avatar gunjan-g avatar harshit3107 avatar kanak22 avatar keerthanapravallika avatar manognyaa avatar nirbhay1910 avatar niyati3031 avatar rachana-singh27 avatar samridhikapoor avatar satyam-mahajan avatar saurabhsahab avatar sauravs0 avatar shalyavarnika avatar somanshu693 avatar sri-vishnu-r1431 avatar varunsharma21 avatar vipul-2003 avatar yashg41 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  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  avatar

Watchers

 avatar

cp-dsa-questions's Issues

GUESS NUMBER HIGHER OR LOWER Leet code

Link of the question

GUESS NUMBER HIGHER OR LOWER

Provide the link of the question and ask for assignment of the issue.

Hi, I am participating at hacktober fest 2021 , and wanted to contribute to this issue ....

Coding platform

  • Hackerrank
  • HackerEarth
  • Codechef
  • Codeforces
  • Leetcode
  • InterviewBit
  • AtCoder
  • 450 DSA Sheet

Programming language

  • C
  • C++
  • Java
  • Python

Additional context (OPTIONAL)

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

House Robber - Leetcode

Question Link

https://leetcode.com/problems/house-robber/

Coding platform

  • Hackerrank
  • HackerEarth
  • Codechef
  • Codeforces
  • Leetcode
  • InterviewBit
  • AtCoder
  • 450 DSA Sheet

Programming language

  • C
  • C++
  • Java
  • Python

Additional Comments

This is Leetcode medium level problem. Please assign me this issue for hacktoberfest 2021. I wish to solve this in C++.

Ugly Number-LeetCode

Link of the question

Link to the question-https://leetcode.com/problems/ugly-number/ .
Can I work on this question?

I would like to provide in cpp

Coding platform

  • Hackerrank
  • HackerEarth
  • Codechef
  • Codeforces
  • Leetcode
  • InterviewBit
  • AtCoder
  • 450 DSA Sheet

Programming language

  • C
  • C++
  • Java
  • Python

Additional context (OPTIONAL)

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

Counting Bits-LeetCode

Link of the question

https://leetcode.com/problems/counting-bits/

Coding platform

  • Hackerrank
  • HackerEarth
  • Codechef
  • Codeforces
  • Leetcode
  • InterviewBit
  • AtCoder
  • 450 DSA Sheet

Programming language

  • C
  • C++
  • Java
  • Python

Additional context (OPTIONAL)

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

Sort Colors

Link of the question

https://leetcode.com/problems/sort-colors/

Coding platform

  • Hackerrank
  • HackerEarth
  • Codechef
  • Codeforces
  • Leetcode
  • InterviewBit
  • AtCoder
  • 450 DSA Sheet

Programming language

  • C
  • C++
  • Java
  • Python

Additional context (OPTIONAL)

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

Creating a new directory - 450DSA Cracker Sheet

This is not a code related issue, but to create a new directory named 450 DSA Cracker Sheet
The folder structure is as follows:

Main
 |
 |-----> 450 DSA
 |---------| -------------> Arrays
 |---------| ----------------|---------> README.md (contains description of each folder)
 |---------| ----------------|---------> Code 1
 |---------| ----------------|---------> Code 2
 |---------| -------------> Matrix
 |---------| -------------> Strings
 |---------| -------------> Search & Sort
 |---------| -------------> Linked List
 |---------| -------------> Binary Trees
 |---------| -------------> BST
 |---------| -------------> Greedy
 |---------| -------------> BackTracking
 |---------| -------------> Stacks & Queus
 |---------| -------------> Heap
 |---------| -------------> Graph
 |---------| -------------> Trie
 |---------| -------------> Dynamic Programming
 |---------| -------------> Bit Manipulation

@kanak22 please assign me this as I want to work on this directory creation.

Set matrix zeroes leet code

Link of the question

Leetcode πŸ”₯ 😎

Provide the link of the question and ask for assignment of the issue.

Hi , i am participating in hacktober fest 2021 , i wanted to provide solution to this please assign me

@dakshsethi @kanak22 @anushkadubey

Coding platform

  • Hackerrank
  • HackerEarth
  • Codechef
  • Codeforces
  • Leetcode
  • InterviewBit
  • AtCoder
  • 450 DSA Sheet

Programming language

  • C
  • C++
  • Java
  • Python

Additional context (OPTIONAL)

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

Interesting Representation-Codechef

Link of the question

Provide the link of the question and ask for assignment of the issue.
https://www.codechef.com/LTIME100C/problems/INTREP

Coding platform

  • Hackerrank
  • HackerEarth
  • Codechef
  • Codeforces
  • Leetcode
  • InterviewBit
  • AtCoder
  • 450 DSA Sheet

Programming language

  • C
  • C++
  • Java
  • Python

Additional context (OPTIONAL)

Add any other context or screenshots about the feature request here.
Hi, I am Jisha and I am participating in Hactoberfest. I recently participated in September lunchtime 2021 and solved this one correctly. Please assign me this question.

Madoka and Ladder Decomposition - Codechef

Link of the question

Provide the link of the question and ask for assignment of the issue.
https://www.codechef.com/problems/LADCOMP

Coding platform

  • Hackerrank
  • HackerEarth
  • Codechef
  • Codeforces
  • Leetcode
  • InterviewBit
  • AtCoder
  • 450 DSA Sheet

Programming language

  • C
  • C++
  • Java
  • Python

Additional context (OPTIONAL)

Add any other context or screenshots about the feature request here.
Hey I am Kushal participating in Hactoberfest 2021
Please Assign me this issue.

Spiral matrix leetcode

Link of the question

Spiral Matrix πŸ”₯ πŸ’―

Provide the link of the question and ask for assignment of the issue.

Hi , i am participating in hacktober fest 2021 , i wanted to provide solution to this please assign me

Coding platform

  • Hackerrank
  • HackerEarth
  • Codechef
  • Codeforces
  • Leetcode
  • InterviewBit
  • AtCoder
  • 450 DSA Sheet

Programming language

  • C
  • C++
  • Java
  • Python

Additional context (OPTIONAL)

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

Graph Coloring - Leet Code

Link of the question - https://leetcode.com/problems/ugly-number/

Coding platform

  • Hackerrank
  • HackerEarth
  • Codechef
  • Codeforces
  • Leetcode
  • InterviewBit
  • AtCoder
  • 450 DSA Sheet

Programming language

  • C
  • C++
  • Java
  • Python

Additional context (OPTIONAL)

Ugly numbers are numbers whose only prime factors are 2, 3 or 5. The sequence 1, 2, 3, 4, 5, 6, 8, 9, 10, 12, 15, … shows the first 11 ugly numbers. By convention, 1 is included.

Given a number n, the task is to find nth Ugly number.

##Aim - our aim is to find nth ugly number.

Sir, pls assign me this issue to me @kanak22 sir. I am intrstd.

Determine Whether Matrix Can Be Obtained By Rotation Leetcode

Link of the question

Determine Whether Matrix Can Be Obtained By Rotation 😎 πŸ’―

Provide the link of the question and ask for assignment of the issue.

Hi , i am participating in hacktober fest 2021 , i wanted to provide solution to this please assign me :))

Coding platform

  • Hackerrank
  • HackerEarth
  • Codechef
  • Codeforces
  • Leetcode
  • InterviewBit
  • AtCoder
  • 450 DSA Sheet

Programming language

  • C
  • C++
  • Java
  • Python

Additional context (OPTIONAL)

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

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.