GithubHelp home page GithubHelp logo

hanshulll / codecollection Goto Github PK

View Code? Open in Web Editor NEW
218.0 1.0 604.0 121.66 MB

Do push code on which you are working or if you have solved any problem in any language add the solution to this repository and help to contribute and star this repository!!Refer CONTRIBUTING.md for contributions!!

License: MIT License

Java 8.30% C++ 24.00% Python 7.16% C 3.93% Dart 0.61% Go 0.24% HTML 2.19% JavaScript 3.44% C# 0.34% CSS 1.25% Hack 0.02% Kotlin 0.05% PHP 0.10% Verilog 0.08% SCSS 0.11% Jupyter Notebook 48.09% Ruby 0.02% TypeScript 0.03% Rust 0.03%
opensource java javascript c-plus-plus html digitalocean csharp beginner-project beginner-friendly

codecollection's Introduction

Hacktoberfest2021

Hacktoberfest is a month-long celebration of open source software sponsored by Digital Ocean, Intel, and DEV.



What is HacktoberFest🏵️?

Hacktoberfest, in its 8th year, is a month-long celebration of open source software run by DigitalOcean. During the month of October, you are invited to join open-source software enthusiasts, beginners, and the developer community by contributing to open-source projects.

Rewards🥇

  • For beginners this is the great opportunity to dive in the pool of open source.
  • Laptop stickers
  • Hacktoberfest T-shirt👕/Tree🌱(Tree planted in your name and help make Hacktoberfest 2021 more carbon neutral)

Rules📃

🏷️To earn your Hacktoberfest reward, you must register and make four valid pull requests (PRs) between October 1-31 (in any time zone). PRs can be made to any public repo on GitHub, not only the ones with issues labeled Hacktoberfest. If a maintainer reports your pull request as spam or behavior not in line with the project’s code of conduct, you will be ineligible to participate.

Instructions 📜

  • First fork this repository.
  • Repeated codes will not be merged.
  • The quality of pull requests is paramount,quantity comes second.
  • Submit atleast four pull requests.
  • No programming language boundation.

FAQ

💥What is Pull Request ?

Pull requests let you tell others about changes you've pushed to a branch in a repository on GitHub.

💥What is Fork?

A fork is a copy of a repository that you manage. Forks let you make changes to a project without affecting the original repository. You can fetch updates from or submit changes to the original repository with pull requests.

💥How to create a Pull Request?

Creating Pull Request

💥How to rebase and update Pull Request?

Rebasing and Updating Pull Request

🌟You can Star and Fork this repository 🌟.

🚀 Quick Start :

Step 1: Forking the repository :

To work on this project, you will first need to make a copy of this repository. To do this, you should fork the repository and then clone it so that you have a local working copy.

Get your own Fork/Copy of this repository by clicking Fork button at right upper corner of your screen.

Step 2: Clone the Forked Repository

After the repository is forked, you can now clone it so that you have a local working copy of the codebase.

To make your local copy of the repository follow the steps:

  • Open the Command Prompt
  • Type this command:
$ git clone https://github.com/<your-github-username>/Hacktoberfest2021

Step 3: Creating a new branch

This is one of the very important step that you should follow to contribute in Open Source. A branch helps to manage the workflow, isolate your code and does not creates a mess. To create a new branch:

$ git branch <name_of_branch>
$ git checkout -b <name_of_branch>

Keep your cloned repository upto to date by pulling from upstream (this will also avoid any merge conflicts while committing new changes)

git pull origin main

Step 5: Contribute

Make relevant changes according to the issue that you were assigned on. Contribute in any way you feel like :)

Step 6: Commiting and Pushing

Once you have modified an existing file or added a new file to the project, you can add it to your local repository, which is being done with the git add command.

git add .

With our file staged, we’ll want to record the changes that we have made to the repository with the git commit command.

The commit message is an important aspect of your code contribution; it helps the other contributors fully understand the changes you have made, why you made it, and how significant it is.

git commit -m "useful commit message"

At this point you can use the git push command to push the changes to the current branch of your forked repository:

git push origin <branch-name>

Step 7: Create Pull Request

Now, you are ready to make a pull request to the original repository.

You should navigate to your forked repository, and press the "Compare & pull request" button on the page.

GitHub will alert you that you can merge the two branches because there is no competing code. You should add in a title, a comment, and then press the “Create pull request” button.


Project Admin ❤️


Hanshul Chandel

💻

✨ Contributors

Thanks go to these Wonderful People 👨🏻‍💻: 🚀 Contributions of any kind are welcome!


License

License

This project is licensed under the MIT License.

Copyright (c) 2021 Hanshul Chandel

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


Happy Coding 👨‍💻

show some ❤️  by giving a star to this repo!!

codecollection's People

Contributors

anshita2907 avatar apoorvaa-guptaa avatar aswinikalyan30 avatar ayushpratap344 avatar dhruvil-dave avatar draconewman avatar fadlieferdiyansah avatar hanshulll avatar hridoyhazard avatar ikavyajain avatar ishitajaiswal4m avatar itsrahulprince avatar jain-saksham avatar josephdm-17 avatar jsaksham-jain24 avatar kajalp23 avatar kartikay123 avatar kavita121 avatar mayurjagtap-dev avatar nahi-pata-bhai avatar pradyyadav avatar pravi16 avatar rushikeshadhav avatar showmiko avatar shreyadayma-cse avatar shrutigaonker999 avatar sreyom31 avatar sulagna-dutta-roy avatar trip0le avatar yogita10 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  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

codecollection's Issues

Missing: Radix sort program in C

Describe the bug
Radix sort program is missing in C file

Expected behavior
I want to add radix sort program in c.

Desktop (please complete the following information):

  • OS: [windows 10]
  • Browser [chrome]
  • Version [10]

Smartphone (please complete the following information):

  • Device: [realme]
  • OS: [e.g. iOS8.1]
  • Browser [chrome]
  • Version [e.g. 22]

Catalan Number

i can code this in python . Please assign this to me in python.

Maximum Water Between Two Buildings

Given an integer array representing the heights of N buildings, the task is to delete N-2 buildings such that the water that can be trapped between the remaining two building is maximum.
Note: The total water trapped between two buildings is gap between them (number of buildings removed) multiplied by height of the smaller building.

Example 1:

Input:
N = 6
height[] = {2,1,3,4,6,5}
Output: 8
Explanation: The heights are 2 1 3 4 6 5.
So we choose the following buildings
2 1 3 4 6 5 and remove others. So total
removed buildings is equal to 4, now the
height of smaller one is 2. So answer is
2 * removed buildings = 2*4 = 8. There is
no answer greater than this.

I WILL ADD THIS PROBLEM IN JAVA SECTION
PLEASE ASSIGN THIS TO ME
THANK YOU

Stacks in Data Structure is missing

Describe the bug
I want to add stacks code in Data structures in this Repo because it is missing

Expected behavior
Please assign me this issue. I want to work on this topic, and I am a participant of Hacktoberfest 2021

Add a rat maze file in cpp

Given maximum maze find and count all possible paths that helps in escaping the rat using backtracking algorithm.
Hey, so can I work on this?

burst balloon problem

can you please assign leetcode burst baloon dp problem to me?

You are given n balloons, indexed from 0 to n - 1. Each balloon is painted with a number on it represented by an array nums. You are asked to burst all the balloons.

If you burst the ith balloon, you will get nums[i - 1] * nums[i] * nums[i + 1] coins. If i - 1 or i + 1 goes out of bounds of the array, then treat it as if there is a balloon with a 1 painted on it.

Return the maximum coins you can collect by bursting the balloons wisely.

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.