Code Monkey home page Code Monkey logo

abhishekdoifode1 / hacktoberfest2021 Goto Github PK

View Code? Open in Web Editor NEW
130.0 3.0 669.0 189.39 MB

This Repo is created by Abhishek for the beginners to promote open source programming (hacktoberfest), you just need to add any type of code in any programing lang you want, just commit your name at the end. Give a Star⭐

Java 2.29% Python 8.62% C 1.78% Dart 0.02% C++ 5.77% Jupyter Notebook 70.63% Ruby 0.01% CSS 1.79% R 0.30% C# 0.14% JavaScript 1.86% PHP 1.61% HTML 4.91% Kotlin 0.15% PowerShell 0.03% SCSS 0.01% Go 0.01% TypeScript 0.04% VHDL 0.03%
hacktoberfest hacktoberfest-starter hacktoberfest-accepted hacktober open-source opensource hacktoberfest2021 hacktoberfest-2021

hacktoberfest2021's People

Contributors

abhi-310 avatar abhi-hacktober avatar abhinav1101 avatar abhishekdoifode1 avatar achaljhawar avatar adarzh-sys avatar arjyani avatar arthurfortes avatar avni1802 avatar barawalojas avatar belladonna-25 avatar donpradip avatar gersondi avatar imyogeshgaur avatar krishna-patil avatar namratapdr avatar naveensaigit avatar nidhizala avatar pasanjayawickrama avatar sakshigupta265 avatar scarlledo avatar skandishu avatar srishti44-g avatar thelazycoder-7 avatar thexcommon avatar thexibalba avatar vaibhavbansal93 avatar varuningle01 avatar vishnurameshbabu avatar vxcvxcvxc 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  avatar  avatar

hacktoberfest2021's Issues

Want to add some Leetcode SQL solution

There are 70 SQL problems listed by Leetcode for SQL practice

There are three levels

  • Easy
  • Medium
  • Hard

I would like to provide an easy-to-understand code for complicated problems.

May I Add Flutter App(News App) Code

This News app fetch data from Inshorts News API and display it in different sections like world, business, automobiles, trade, politics , start-ups and different national news etc.

May I Start working on it?
Thank You!

Repository Organizer

Can I create a program for adding every programing files in a separate folder named after its programming language and organize it to contribute for hacktoberfest 2021 ?

My PRs is in Review

Hello there,
I'm having a review session on my PR's in Hacktoberfest Contributions saying mature in 12 days.
So, I want to ask that after 12 days or 13 days, the day comes is 2nd November,
till that time, the PR's I've submitted will be valid or not..?

Request to add a github action

This is an awesome and an engaging repository , plus due to hacktoberfest'21 many open source enthusiasts ( preferably students who are first time contributors ) open issues and PRs which eventually help repo to grow
I think there should be a github action to welcome contributors on their each issue and PR so as to make repository more interactive

If you love the idea , please assign this to me

Bag of Tokens Problem Solution In Java

Question:- You have an initial power of power, an initial score of 0, and a bag of tokens where tokens[i] is the value of the ith token (0-indexed).

Your goal is to maximize your total score by potentially playing each token in one of two ways:

If your current power is at least tokens[i], you may play the ith token face up, losing tokens[i] power and gaining 1 score.
If your current score is at least 1, you may play the ith token face down, gaining tokens[i] power and losing 1 score.
Each token may be played at most once and in any order. You do not have to play all the tokens.

Return the largest possible score you can achieve after playing any number of tokens.

Using STL List

This is a sample code for List.

Language : c++

Please add for hacktober fest 2021

Using STL Map

This is a sample code for Map.

Language : c++

Please add for hacktober fest 2021

HeapSort

Heap sort is a comparison-based sorting technique based on Binary Heap data structure. It is similar to selection sort where we first find the minimum element and place the minimum element at the beginning.

Assign it to me.

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.