Code Monkey home page Code Monkey logo

hacktoberfest2021's Introduction

Hacktoberfest2021 (Excluded)

Hey ๐Ÿ‘‹ everyone , hacktoberfest is back with biggest beginners friendly opensource event. Event will start from 1st of October and will remain upto 31st October 2021.

Due to lot of spam pull request our repository got excluded from Hacktoberfest 2021 but you can still contribute here by sending relevent PR.

What you need to do in this event?

You need to generate 4 valid pull request and want to contribute in opensource

let's discuss how you can contribute in hacktoberfest 2021 ๐Ÿ™Œ

Rules for contribution.

1) Fork this repository.

2) Star this repository.โญ

3) Choose your favourite programming language.

4) Add valid program (or code) on that sub repository.

5) Don't forget to add the problem statement , comments and complexity.โš ๏ธโš ๏ธ It's a must part.

6) Commit the change and generate a valid pull request.

7) After carefully reviewing your code , if it is valid then it will be merged otherwise discarded.

โš ๏ธโš ๏ธ NOTE: Similar type of code(or program) will not be accepted. So kindly see the codes first and if you want to improve it then you can do that as well. That's also a kind of contribution and on that basis you will learn a lot.

Various programming language in which you can contribute.

Types of program which are accepted are:

  • Related to Data Structure and algorithms
  • Sorting and Searching algorithms

Nomenclature for submission.

nameofcode.extension for example hello.py shell_sort.cpp

Various IDE you can use for coding are.

Subscribe to "talkwithrd" for more updates about Hacktoberfest 2021.

Keep smiling and keep coding ๐Ÿฅณ

hacktoberfest2021's People

Contributors

aayushvarshney avatar abinashstack avatar aditya-gaikwad avatar akhil-maker avatar anshoo-rajput avatar arpitagupta4086 avatar arwazkhan189 avatar casafurix avatar gayatri517 avatar ikavyajain avatar ishitakarandikar avatar kanait84 avatar kushanyasiru97 avatar meghna750 avatar mr-vabs avatar nehal6657 avatar neila126 avatar nvishal2580 avatar red-0111 avatar rishabh062 avatar rishipro12 avatar rushendra910 avatar shankhanil007 avatar shivam1422000 avatar shravyamallya avatar siddharthkt45 avatar srijansingh2003 avatar sultanarif-p avatar tusharmali avatar varsha62 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

hacktoberfest2021's Issues

Triplets with bitwise and equal to 0

hello @Rishabh062 ,
I would like to add the famous problem "Triplets with Bitwise and equal to 0" in your repo. This problem is considered a hard problem and can be solved by bit manipulation. I observed that the number of questions related to bit manipulation is comparatively less in your repo. I will surely add more interesting problems and will try my best to bring positive changes to your repo!.
I assure you that my code will be completely beginner-friendly, well commented and justified.
Please assign this issue to me.
Thanks.

Disjoint Set in C++

Hello @Rishabh062,
I hope you are doing great. I am participating in the hacktoberfest and would like to add the implementation of the disjoint set data structure.
Please assign me this issue.
Thank you.

Create a Hangman Game in Python

Hangman game in python would help people get used to more English words and also improve their vocabulary. I would like to take up this issue for the hacktoberfest as a beginner, please accept my merge request and give it the hacktoberfest tags required for a valid submission please.

Stack Sequence Finder

Hey @Rishabh062
Can you assign me this issue to create a stack sequence finder using python
So that I can contribute to Hacktoberfest 2021

Compare face using OpenCV

Hey! I would like to contribute code in which I have compared faces using OpenCV and face_recognition under HacktoberFest2021. Thanks!

Data Structure - queue

I am a contributor under hacktoberfest 2021.
May I Implement a priority queue using a link list in c++?

swapTwoStringInC++

#include
#include
using namespace std;

int main() {
string str1;
string str2;
cin>>str1;
cin>>str2;

str1.swap(str2); 
cout<<str1<<"\n";
cout<<str2;

return 0;

}

Egg-dropping problem

Hello @Rishabh062 ,
I hope you are going very well. I am participating in hacktoberfest 2021 and want to add the "EGG-DROPPING-PROBLEM" in your repo. This problem is a well-known example of how dynamic programming makes things easier. I will solve it using recursion and dynamic programming both. I will make sure that the reader understands each and every line of my code.
Please assign this issue to me.
Thanks.

Cyclic Sort using C++

Can I work on Cyclic sort using C++ so that I can contribute to hacktoberfest 2021?

Add some Android project ...

Project should contain :
MVVM architecture
API Calling

Note :

  1. Adding Database Connectivity like FireBase will have high chance to get your code merged quickly
  2. Add screenshot or videos of your App

Word Ladder in Python

A transformation sequence from word beginWord to word endWord using a dictionary wordList is a sequence of words beginWord -> s1 -> s2 -> ... -> sk such that:

Every adjacent pair of words differs by a single letter.
Every si for 1 <= i <= k is in wordList. Note that beginWord does not need to be in wordList.
sk == endWord
Given two words, beginWord and endWord, and a dictionary wordList, return the number of words in the shortest transformation sequence from beginWord to endWord, or 0 if no such sequence exists.

Excluded project

hello @Rishabh062 ,
I hope you are going well.
I wanted to let you know that our submissions in your repo are marked as "excluded project".
Please look into this and let us know.
Thanks.

Divide two integers (using bit manipulation)

Hello @Rishabh062 ,
I hope you are going very well. I am participating in hacktoberfest 2021. I would like to contribute more in your repo by adding the question "Divide Two integers Without Using Multiplication, Division, and Modulus Operator", I will solve this using bit manipulation. I assure that I will write well commented and justified code. The reader will understand every line of my code.

Please assign this issue to me.

Thanks.

Repository excluded

Sorry for this but due to lot of spamming our repository got excluded.

Kindly understand this .

Create a Wheather App

Hello @Rishabh062 ,

I would like to take ownership of the weather app project and work on this issue. To make it Hacktoberfest-friendly, could you please add the labels 'hacktoberfest' and 'hacktoberfest-accepted' to this issue? Additionally, I kindly request that this issue be assigned to me.

Thank you for your assistance!

Best regards,
@Sa2003hil

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.