Giter Club home page Giter Club logo

hactoberfest2022's Introduction

Hactoberfest 2022

Some Basic Program in Various Languages.

Update your Repository with main

Add the remote, call it "upstream" :

git remote add upstream https://github.com/vinayskywalker/Hactoberfest2021

Fetch all the branches of that remote into remote-tracking branches, such as upstream/main:

git fetch upstream 

Make sure that you're on your main branch:

git checkout main 

Rewrite your main branch so that any commits of yours that aren't already in upstream/main are replayed on top of that other branch:

git rebase upstream/main

Project Contributors

hactoberfest2022's People

Contributors

777ahesh avatar abhinav0307 avatar aryan2848 avatar ashishlalwani582 avatar ashwinj9841 avatar ayushikulshreshta30 avatar b19149 avatar bigbskywalker avatar codehiestindia avatar denilaj avatar dernyt-tpe avatar gaurang1703 avatar ketaki-gangadhar avatar kriti7744 avatar kryptonite-hash avatar manish4kumar avatar mkraghav avatar niyatirani avatar pratyush-patwa avatar priyanshiporwal avatar sarthak1320 avatar shivamrajsingh avatar spushkar710 avatar suruchi2402 avatar thekapilkhandelwal avatar vegetaop avatar vinayskywalker avatar vivek-k-m avatar yash2rule avatar yashppawar 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

Watchers

 avatar

hactoberfest2022's Issues

Add a project

Hey, vinay I want to contribute to the project folder by creating snake game. Can you assign me this issue.

Add Jump Search in CPP.

Jump Search is a searching algorithm for sorted arrays. The basic idea is to check fewer elements (than linear search) by jumping ahead by fixed steps or skipping some elements in place of searching all elements.

hacktober maintainer note

Your PR has not yet been accepted by a maintainer. A maintainer can accept your PR by merging it, adding the "hacktoberfest-accepted" label to it, or approving it.
You are maintainer of this repo.
Thanks in advance.

Added BFS algo code

I had generated PR #277 for BFS algo Implementation . I request you to plz review it and accept it.

Linked List Questions (in c++)

I will add these two questions of Linked List

  1. Merge two sorted Linked list
  2. Add 2 numbers using Linked List

Kindly assign me this issue.

3sum leetcode solution cpp

I want to add cpp solution of Leetcode's 3sum problem. What do I need to keep in mind for it to be hacktoberfest-accepted?

Rat in a maze problem

I want to contribute here by adding solution to the famous Rat in a maze problem in c++. Can I?

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.