Git Product home page Git Product logo

csubhasundar / codingpractice-hacktoberfest23 Goto Github PK

View Code? Open in Web Editor NEW
33.0 2.0 302.0 226 KB

Repository totally dedicated to Hacktober Fest 2023, feel free to use it. Topics hacktoberfest hacktoberfest-accepted hacktoberfest2023

Java 29.16% Python 14.78% C 13.67% C++ 38.18% JavaScript 1.88% PHP 2.33%
hacktoberfest hacktoberfest-accepted hacktoberfest2023 hacktoberfest2023-approved

codingpractice-hacktoberfest23's Introduction

CodingPractice-Hacktoberfest23

Repository totally dedicated to Hacktober Fest 2023, feel free to use it. Topics hacktoberfest hacktoberfest-accepted hacktoberfest2023

HacktoberFest23

Hello Hackers! HacktoberFest has begun again for year 2023, and everyone's excited to get started! Contribute between:

1 OCTOBER - 31 OCTOBER

Create a Pull request and add any feature update to the repository.

How to contribute to this project?

Choose both, make a pull request for your work and wait for it to be merged!!

Getting started

  • Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)
  • Clone your fork down to your local machine.
[git clone https:[//github.com/csubhasundar/CodingPractice-Hacktoberfest23](https://github.com/csubhasundar/CodingPractice-Hacktoberfest23/tree/main)](https://github.com/csubhasundar/CodingPractice-Hacktoberfest23)
  • Create a branch
git checkout -b your-branch-name
  • Make your changes in "Python/C/C++/Java" folder.

  • Commit and push your code.

  • Create a new pull request from your forked repository (Click the New Pull Request button located at the top of your repo)

  • Wait for your PR review and merge approval...

  • Star this repository if you had fun contributing!

A BIG Thanks To Our Contributors ๐Ÿค ๐Ÿค

codingpractice-hacktoberfest23's People

Contributors

abhishek-3078 avatar akshatkhatri avatar anshul-004 avatar basscoder2808 avatar csubhasundar avatar debghs avatar deepak74620 avatar jishnu2608 avatar jobin2201 avatar katyayani2610 avatar kosuri-indu avatar lokeshwaraprasad avatar nandan-bhandari avatar priyansh17 avatar rudrik01 avatar sadeeshajayaweera avatar sahilmate avatar sar-taj107 avatar seachu2 avatar siddhesh179 avatar sirdesai22 avatar srujana2199 avatar subramanyaks avatar suhanaparvin12 avatar suprabhatdas avatar vaikuntram avatar vanshbhargava avatar vishalaggarwal2 avatar vrajpatelgithub avatar wasibhussain 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

Watchers

 avatar  avatar

codingpractice-hacktoberfest23's Issues

Add Odd-Even Sort / Brick Sort

Odd-Even Sort / Brick Sort :
This algorithm is divided into two phases- Odd and Even Phase. The algorithm runs until the array elements are sorted and in each iteration two phases occurs- Odd and Even Phases.

Feature :
Add Odd-Even Sort / Brick Sort in Python.

Description of solution :
Will add Odd-Even Sort / Brick Sort with adequate comments and proper documentation for readers to get a clear understanding.
To be added in Python.

Alternatives Considered :
Could you please assign me this issue under Hacktoberfest 2023.

feat: Add Wave Print Matrix Program

A "wave print matrix program" could be a program that prints a matrix (a two-dimensional array) in a "wave-like" pattern. In other words, it might print the elements of the matrix in a way that resembles the motion of a wave. For example, if you have a 2D matrix like this:

1 2 3
4 5 6
7 8 9

A "wave print" of this matrix could look like:

1 4 7 8 5 2 3 6 9

Countdown Timer

I want to contribute to this project under JavaScript.
Please assign this to me.
Thank you.

Flood Fill Algorithm in Python

  • Description: The flood fill algorithm follows a straightforward process to fill a region: Start at the seed point and check its color. If the color of the current pixel or cell matches the target color, proceed; otherwise, stop. Change the color of the current pixel or cell to the replacement color
  • Problem: LeetCode 733: Flood Fill

Merge two sorted Linked Lists

Given two singly linked lists that are sorted in increasing order of node values, merge two sorted linked lists and return them as a sorted list. The list should be made by splicing together the nodes of the first two lists.

Added file_monitoring.py

Hi, I have added file_monitoring.py which is a python script to continuously monitor any changes to a given file or directory at a given frequency in windows os . It also records the changes to a log.txt file

Hashing in Javascript

Please assgin me this task to add Data structures and algorithms using javascript.

Delete given node in a Linked List

Write a function to delete a node in a singly-linked list. You will not be given access to the head of the list instead, you will be given access to the node to be deleted directly. It is guaranteed that the node to be deleted is not a tail node in the list.

Language : java

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.