Code Monkey home page Code Monkey logo

hacktoberfest2021's Introduction

image

The HACKTOBER FEST 2021

Open source is changing the world – one contribution at a time.

Issues Pull Requests Forks Stars License


NOTE

Hacktoberfest has excluded our repository. So most of your PRs wouldn't get counted. And i feel so sorry for that. This repo will be archieved so No PRs are to be accepted


Hacktoberfest'21

Hacktoberfest is a month long event where people are awarded for contributing to open source projects 🙌, and we're joining the party .Hosted by DigitalOcean for the 8th year in a row, Hacktoberfest encourages participation in giving back to the open source community by completing pull requests, participating in events, and donating to open source projects.


How to contribute

  1. Fork the project
  2. Make any changes in your forked repo
  3. On this repo, click Pull Requests and raise a Pull Request selecting your fork on the right drop down

Getting started

  • Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)
  • Clone your fork down to your local machine.
git clone https://github.com/dark-coder-cat/Hacktoberfest2021
  • Create a branch
git checkout -b your-branch-name
  • Make your changes.
  • Commit and push your code.
git add .
git commit -m 'Commit message'
git push origin branch-name
  • Create a new pull request from your forked repository (Click the New Pull Request button located at the top of your repo)
  • Wait for your PR review and merge approval...
  • Star this repository if you had fun contributing!

How to make your issue

  • Go to the issue section
  • Create a new Issue
  • Raise a valid Issue, and wait until the maintainer assigns it
  • When doing PR also add this to PR
closes #your_issue_no

Thanks to the Contributors

Star this repository if you had fun contributing!

hacktoberfest2021's People

Contributors

akshaywakhare avatar alee-2000 avatar cipher-droid avatar cold-coffee-coder avatar gsanjana2712 avatar harisj58 avatar iicpsitcoe avatar jrani3677 avatar kunaljaiswal-17 avatar mr00magician avatar muskanjain2020 avatar mzk786 avatar pallavijadhav31 avatar passionate-coders-01 avatar prakanshu08 avatar prakanshu8600 avatar prakhar991 avatar priyansh-jain10 avatar pro-prodipto avatar rahulsahofficial avatar rashipandey87 avatar rishi-2211 avatar ronak-jethava avatar sagar2002malik avatar shivaay08 avatar thetanishkagupta avatar tusharsinha-2908 avatar uiuxwebsites avatar yash12-cha avatar yash19130 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

Watchers

 avatar  avatar

hacktoberfest2021's Issues

Longest Common Subsequence Between 2 strings

Given two sequences, find the length of the longest subsequence present in both of them. Both the strings are of uppercase

Input:

A = 6, B = 6
str1 = ABCDGH
str2 = AEDFHR

Output: 3

Explanation: LCS for input Sequences

“ABCDGH” and “AEDFHR” is “ADH” of
length 3.

Aggressive Cows in JAVA

QUESTION:
Farmer John has built a new long barn, with N (2 <= N <= 100,000) stalls. The stalls are located along a straight line at positions x1,...,xN (0 <= xi <= 1,000,000,000).
His C (2 <= C <= N) cows don't like this barn layout and become aggressive towards each other once put into a stall. To prevent the cows from hurting each other, FJ wants to assign the cows to the stalls, such that the minimum distance between any two of them is as large as possible. What is the largest minimum distance?

INPUT:
t – the number of test cases, then t test cases follows.

  • Line 1: Two space-separated integers: N and C
  • Lines 2..N+1: Line i+1 contains an integer stall location, xi

OUTPUT:
For each test case output the largest minimum distance.

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.