Giter VIP home page Giter VIP logo

arin2002 / hacktoberfest-2022 Goto Github PK

View Code? Open in Web Editor NEW
105.0 1.0 316.0 23.1 MB

For hacktoberfest do fork and star the repo to participate otherwise you won't be able to participate.......You can follow me for more updates :)

License: MIT License

C++ 52.06% Java 14.46% Python 11.03% JavaScript 3.82% C 11.52% C# 0.53% HTML 0.44% CSS 0.06% Kotlin 0.23% Jupyter Notebook 5.65% Scala 0.16% Go 0.04%
dsa hacktoberfest hacktoberfest-accepted hacktoberfest2022 good-first-issue open-source contributions-welcome cpp java javascipt

hacktoberfest-2022's Introduction

header

GitHub issues GitHub forks GitHub stars

forthebadge forthebadge forthebadge

https://img.shields.io/badge/-Hacktoberfest_2022-darkred?style=flat&logo=Hacktoberfest&logoColor=white 

Want to Contribute😎:

And yes it is open source with a public repository on GitHub.

Guidelines👍:

Before pushing code please go through our guidelines:

  1. Always push the code in the specified folder.
  2. Mention proper name for the code before making PR.
  3. Repetetive Pull Requests with same code in the same language won't be counted and will be marked as spam.
  4. If you want to push the code in some other language which is not present in this repo, make a seperate folder with language name and then push it.
  5. Explain your code with proper comments along with problem statement(especially for DSA). It's better if you can write time and space complexities.

Our Amazing Contributors 👨‍👨‍👦‍👦❤️

Thanks to all the contributors who worked for this project to stay alive! 😊😎

hacktoberfest-2022's People

Contributors

abhishek28042001 avatar anandpiyush21 avatar aniket-varma avatar arin2002 avatar aryan9867bar avatar bhavyagupta-11 avatar coder-nian avatar crow107 avatar deepakchoursiya avatar deepesh85b avatar deepti0512 avatar gptshubh avatar kotwani2883 avatar mahishima avatar mergify[bot] avatar muhammad-bilal-456 avatar muhammads25 avatar oerzn avatar pankaj-2407 avatar poojagupta96 avatar prabindumre avatar priy-anka17 avatar raghavkaushal03 avatar ragupathi09 avatar sayan115 avatar shivraj69 avatar simple-saviour avatar sparsh-king avatar sumitha1998 avatar worthysteve007 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

hacktoberfest-2022's Issues

Add Moore's Voting Algo implementation solution in cpp

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

ADD C++ program to c++ folder

Please don't ask for assignees just mention the issue number in pr you are creating, and do it your job is done......assignees don't make any difference in hacktoberfest acceptance whether you are assigned or not don't count towards acceptance you just need to do pr and mention issue number so don't ask for it and it will work fine for hacktoberfest...Good luck for your open-source journey

Add java solution for shifted array search

Problem description:
There is an integer array nums sorted in ascending order (with distinct values).

Prior to being passed to your function, nums is possibly rotated at an unknown pivot index k (1 <= k < nums.length) such that the resulting array is [nums[k], nums[k+1], ..., nums[n-1], nums[0], nums[1], ..., nums[k-1]] (0-indexed). For example, [0,1,2,4,5,6,7] might be rotated at pivot index 3 and become [4,5,6,7,0,1,2].

Given the array nums after the possible rotation and an integer target, return the index of target if it is in nums, or -1 if it is not in nums.

You must write an algorithm with O(log n) runtime complexity.

I want to add Backtracking programs using Java

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

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

Check if given Sudoku board configuration is valid or not

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

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

Add c programms

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

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

I want to add basic maths programs in java

Is your feature request related to a problem? Please describe.
I saw the java folder there is no programs like print factors of a number , check prime numbers etc.

Describe the solution you'd like
i want to add a folder name Mathematics under the folder java in which i put some basic maths programs.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

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

please assign the issue to me with the label hacktoberfest-accepted

Calculator By using node.js

Hey ! buddy
I made a calculator by using node.js. it is really amazing.
can i add that to your project .
would please assign me this task ?

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.