Code Monkey home page Code Monkey logo

harshwardhanpatil07 / hactoberfest2023 Goto Github PK

View Code? Open in Web Editor NEW
95.0 95.0 242.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 hacktoberfest hacktoberfest-accepted hacktoberfest2023 html java javascript kotlin nodejs php python python-script python3 web-development

hactoberfest2023's Introduction

An image of @harshwardhanpatil07's Holopin badges, which is a link to view their full Holopin profile

Welcome to my world of captivating charisma! Life is a beautiful journey. I invite you to join me on a delightful exploration of the two passions!

👨🏻‍💻  About Me

  • 🤔   I love to explore new technologies and work on Full Stack Developement projects.
  • 🎓   Pursuing Bachelor's in VIT,Pune.
  • 📝   I regularly write blogs on https://medium.com/@harshwardhanpatil07

Connect with me:

https://www.linkedin.com/in/patilharshwardhan/ LinkedIn

🛠  Tech Stack

  • 🌐   C Language HTML5 CSS JavaScript Bootstrap React Node.js Pandas

  • 🛢   MySQL PHP

  • ⚙️   Git GitHub Arduino

  • 🔧   Visual Studio Code

Harshwardhan's github stats

GitHub Streak

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  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

hactoberfest2023's Issues

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.

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++ .

Graph algorithms

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

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.

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)

Add a Todo List

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

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.

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.

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 ,

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.

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.

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

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.