GithubHelp home page GithubHelp logo

harshwardhanpatil07 / hactoberfest2023 Goto Github PK

View Code? Open in Web Editor NEW
94.0 2.0 240.0 55.13 MB

A Simple😉 beginner friendly😊 Repo for all programmers and coders. All contributors are requested to star🌟this repo and and folllllow me. Contribute to start your journey with hacktoberfest. Happy Hacking💻!!!

License: MIT License

C 8.13% C++ 3.88% Python 1.33% Java 0.33% Kotlin 1.50% JavaScript 0.34% HTML 0.94% Jupyter Notebook 83.05% CSS 0.49%
aws c cpp css html java javascript nodejs php python python-script python3 web-development hacktoberfest hacktoberfest-accepted hacktoberfest2023 kotlin

hactoberfest2023's Introduction

HactoberFest2023

A Simple😉 beginner friendly😊 Repo for all programmers and coders. All contributors are requested to star🌟this repo and and follow me. Contribute to start your journey with hacktoberfest. Happy Hacking💻!!!

🌟Languages

  • 💻 C
  • 💻 C++
  • 💻 PHP
  • 💻 Python
  • 💻 Java
  • 💻 Javascript
  • 💻 CSS
  • 💻 HTML
  • 💻 Nodejs

🛡Rules to Contribute

  • ⚓Star this repo to get latest updates.
  • ⚓Give your file a proper extension according to language. Ex. .py, .java, .js. html etc.
  • ⚓Name your file related to your topic.
  • ⚓Put your files in correct folder like .py in Python, .js in Javascript etc.
  • ⚓Make sure you have entered your github - username, aim and date in your file as a comment.
  • ⚓Make sure you have entered your name in CONTRIBUTORS.md file as mentioned (It's your responsibility) (optional).
  • ⚓You can follow ME😁.

⚡If you are creating any PR then Add your name in CONTRIBUTORS.md file

🛡Follow rules strictly for successful merged PR!!!

❄Programs

  • ⚡Create any pattern
  • ⚡Make any algorithm (exclude calculator or related to it)
  • ⚡Print 1 to 100 without using numbers
  • ⚡Make calculator without using operators in program
  • ⚡Calculate fibonacci series with classes
  • ⚡Calculate factorial with classes
  • ⚡Print IP Address and Hostname

Don't forget to read the contributing rules above to be successfully merged your PR and get rewards!!!

🏹 Visit Hacktoberfest to get more information about Hacktoberfest 2023!!!

🛡 Strictly follow rules to contribute for successful merged PR!!!

Note

All contributors who have followed the rules to contribute get successfully merged PR. Don't forget to follow!!!

Have some patience to get successfully merged PR. Keep Patience!!!

HAPPY HACKING🤞❤💻!!!

hactoberfest2023's People

Contributors

adit2005 avatar akash0239 avatar chaitanyagandhi avatar charmee123 avatar darshitdudhaiya avatar dipak-01 avatar faizanusmani06 avatar harshbam18 avatar harshwardhanpatil07 avatar isheta20 avatar jeelwin avatar kevinmf1 avatar limitlesslogger avatar marinajcs avatar mdparvez6 avatar msabhii avatar namanog avatar palakpreet24 avatar pranav-patel-123 avatar praneesh-sharma avatar raghavs1304 avatar rakhi-2002 avatar rekhagiri avatar sattya19 avatar shreerajbhamare avatar sifa123 avatar sumyak-jain avatar tanishkattri avatar vineetagarwal-code avatar yuvrajverma25 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

Watchers

 avatar  avatar

hactoberfest2023's Issues

Regarding the assignment of new issue

Hello, I'm incredibly excited to contribute to this project and demonstrate my data structure skills. Therefore, if you could give me this project, I could put my knowledge to use.

Added the Number Guessing Game

Hello There,
I have added a Number Guessing game in this repository . This a game where the number will be selection by the device automatically between 1 to 100 . The user has to guess the correct number out of the 100 numbers.

Hope this changes find you well .

Thank you
Regards.

Binary Tree: Selected Problems for practice

#Selected Problems of Binary Tree

  • Preorder, Inorder, Postorder Traversals in One Traversal
  • Maximum depth of a Binary Tree
  • Calculate the Diameter of a Binary Tree
  • Check if the Binary Tree is Balanced Binary Tree
  • Maximum Width of a Binary Tree
  • Check if two trees are identical
    Practicing these problems give solid foundation in binary tree data structure.

Kadane's Algorithm

I want to contribute code based on kadane's Algorithm . Could you please assign it to me under hactoberfest23.

def bubbleSort( sorti ):

def bubbleSort( sorti ):
n = len( sorti )

for i in range( n - 1 ) :
    flag = 0

    for j in range(n - 1) :
        
        if sorti[j] > sorti[j + 1] : 
            tmp = sorti[j]
            sorti[j] = theSeq[j + 1]
            sorti[j + 1] = tmp
            flag = 1

    if flag == 0:
        break

return sorti

Originally posted by @riya-kumari023 in #23 (comment)

Graph algorithms

Graph algorithms like dijkstra and prims algorithm I want to add.

Dynamic programming

We can add dynamic programming examples for a better understanding of others like how we calculate Fibonacci numbers using dp and some other examples also.

Stack: Implementation and applications

Implementation of Stack data structure

using array

using linked list

infix to postfix

infix to prefix

postfix evaluation

prefix evaluation

language used: C++

  • These codes are written in optimized manner and will help a beginner to understand Stack data structure well.

File structure is not proper.

In C folder C++ code is added. The file name is "DuplicatesInArray.cpp"

Solution: This file should be added to the C++ folder.

image

Valid Parentheses

Problem: Validating parentheses in an expression in C
The user is expected to enter a mathematical expression (string) containing parentheses (e.g., (), {}, []).The program will then analyze the input expression to determine whether the parentheses are valid or not by using stack. For example, the user might input an expression like ((3 + 2) * {4 - 1}). The program will then evaluate the validity of the parentheses in this expression.

Add a Todo List

I would like to add a Todo list made using javascript.
Please assign it to me and add Hactoberfest Tag.

Longest Increasing Subsequence

Problem: Find the Longest Increasing Subsequence (LIS)
Given an unsorted array of integers, find the length of the longest increasing subsequence.
An increasing subsequence is a subsequence in which the elements are in increasing order, but not necessarily contiguous in C++ .

Want to add linkden profile page in HTML

Hey @HarshwardhanPatil07 sir ,
How are you doing , I hope your doing well
I go through your repo , It's amazing opportunity you are providing to new open source enthusiast like us ,
So I want to contribute in your repo and particularly in HTML section
using simple html , a simple html program
will you please assign me this issue so I can work on it

Thank you ,

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.