Hacktoberfest2021 🥳- Contribute Any Pattern In Any Language😎 Every PR will be accepted Pls contribute

Overview

Hacktober Fest 2021

🙂 All Contributors are requested to star this repo and follow me for a successful merge of pull request. 🙂

👉 Add any pattern program in any programming language
- 🤖 C++
- 🤖 C
- 🤖 Python
- 🤖 Java
- 🤖 Javascript
In each respective folder on any topic, don't forget to read the rules below to get your pull request accepted.

👷‍♂️ Contribute any pattern to this repo and earn rewards!

⚙️ Visit The Hacktoberfest website for more information Hacktoberfest 2021

🛠 Welcome to Hacktobefest 2021 Event

How To Contribute

⌛️ In order to do successful contribution you must read the rules at the bottom; all pull requests will be accepted by those who correctly submitted their PR.

⌛️ Patience is key! If the pull request is not merged, tell me in the comment section!

🛡 Rules

  • ⚔️ Add the proper extension to your code file. Examples: .c, .js, .cpp , .py or .java.
  • ⚔️ Put your files in correct folder like .cpp file in c++ folder or .py file in python folder.
  • ⚔️ Please put your GitHub name in the file to get accepted.
  • ⚔️ Dont forget to star this repository and watch for more updates!
  • 🦸‍♂️ You Need to also follow me on Md. Almas Ali To get merge your pull request. Else your request will not be merge.

🛡 Notice

⚔️ All contributors who have followed above rules correctly will meet merge pull request successfully. Don't forget to follow me for more awesomeness!

⚔️ For any further issues, you can contact me in the comments or on my mail id.

Happy Hacking to Contibutors

Comments
  • Frequency Sort

    Frequency Sort

    Frequency Sort

    A java aprogram to sort an array of integers in increasing order based on the frequency of the values. If multiple values have the same frequency, sort them in decreasing order.


    Screenshot (727)


    Method used

    Recursion
    

    Time Complexity

    O(n)
    

    Sample input / output

    Test1 : [1,1,2,2,2,3]

    Output1 : [3,1,1,2,2,2]

    good first issue hacktoberfest-accepted hacktoberfest 
    opened by chinmayaAgrawal 5
  • GET METHOD FORM SUBMISSION using JS

    GET METHOD FORM SUBMISSION using JS

    Author: @theshivanshvasu Date: 18th Oct 2021 Changes: - Adding Project for Contributions. - Added according to rules. - Making it more Interactive and informative.

    hacktoberfest-accepted hacktoberfest 
    opened by theshivanshvasu 4
  • Added Median_of_two_sorted_arrays.cpp (Hard Problem) Solution Leetcode

    Added Median_of_two_sorted_arrays.cpp (Hard Problem) Solution Leetcode

    I have added my solution of very interesting problem from Leetcode

    Kindly review my pr and merge it !

    Thanks a lot !

    opened by hardik-pratap-singh 2
  • Added the 4 CLI Packages that ease anyones MERN Stack Journey

    Added the 4 CLI Packages that ease anyones MERN Stack Journey

    CLI Tools for beginners MERN Stack Developer.

    Sirdeploy: Deploy GitHub repo in 1 command, Reactapp on Heroku or Github, fake server on Heroku Configure-React: - Help set up react app in seconds. Express-schema-generator:- Nodejs Schema and basic Server with Authentication in 1 click

    opened by shaantanu9 0
  • Creating downward triangle star pattern

    Creating downward triangle star pattern

    // Downward Triangle Star Pattern by Raj Kasaudhan // Date of code : 21 October, 20 //GitHub username: www.github.com/rajksd01 // Aim: Create any pattern // Task: Downward Triangle Star Pattern

    opened by rajksd01 0
Owner
Md. Almas Ali
Proper planning and perfect execution.
Md. Almas Ali
An open-source Python project series where beginners can contribute and practice coding.

Python Mini Projects A collection of easy Python small projects to help you improve your programming skills. Table Of Contents Aim Of The Project Cont

Leah Nguyen 491 Jan 4, 2023
Pattern Matching for Python 3.7+ in a simple, yet powerful, extensible manner.

Awesome Pattern Matching (apm) for Python pip install awesome-pattern-matching Simple Powerful Extensible Composable Functional Python 3.7+, PyPy3.7+

Julian Fleischer 97 Nov 3, 2022
Pampy: The Pattern Matching for Python you always dreamed of.

Pampy: Pattern Matching for Python Pampy is pretty small (150 lines), reasonably fast, and often makes your code more readable and hence easier to rea

Claudio Santini 3.5k Dec 30, 2022
Minimal, super readable string pattern matching for python.

simplematch Minimal, super readable string pattern matching for python. import simplematch simplematch.match("He* {planet}!", "Hello World!") >>> {"p

Thomas Feldmann 147 Dec 1, 2022
ripgrep recursively searches directories for a regex pattern while respecting your gitignore

ripgrep (rg) ripgrep is a line-oriented search tool that recursively searches the current directory for a regex pattern. By default, ripgrep will resp

Andrew Gallant 35k Dec 31, 2022
A repo to record how I prepare my Interview, and really hope it can help you as well. Really appreciate Kieran's help in the pattern's part.

Project Overview The purpose of this repo is to help others to find solutions and explaintion I will commit a solution and explanation to every proble

Vincent Zhenhao ZHAO 1 Nov 29, 2021
Really bad lisp implementation. Fun with pattern matching.

Lisp-py This is a horrible, ugly interpreter for a trivial lisp. Don't use it. It was written as an excuse to mess around with the new pattern matchin

Erik Derohanian 1 Nov 23, 2021
🍕 A small app with capabilities ordering food and listing them with pub/sub pattern

food-ordering A small app with capabilities ordering food and listing them. Prerequisites Docker Run Tests docker-compose run --rm web ./manage.py tes

Muhammet Mücahit 1 Jan 14, 2022
A library for pattern matching on symbolic expressions in Python.

MatchPy is a library for pattern matching on symbolic expressions in Python. Work in progress Installation MatchPy is available via PyPI, and

High-Performance and Automatic Computing 151 Dec 24, 2022
Python-Kite: Simple python code to make kite pattern

Python-Kite Simple python code to make kite pattern. Getting Started These instr

Anoint 0 Mar 22, 2022
This repository is an archive of emails that are sent by the awesome Quincy Larson every week.

Awesome Quincy Larson Email Archive This repository is an archive of emails that are sent by the awesome Quincy Larson every week. If you fi

Sourabh Joshi 912 Jan 5, 2023
An Notifier Program that Notifies you to relax your eyes Every 15 Minutes👀

Every 15 Minutes ⌛ Every 15 Minutes is an application that is used to Notify you to Relax your eyes Every 15 Minutes, This is fully made with Python a

FSP Gang s' YT 2 Oct 18, 2021
Randomly distribute members by groups making sure that every sector is represented

Generate Groups Randomly distribute members by groups making sure that every sector is represented The Scenario Imagine that you have a large group of

Jorge Gomes 1 Oct 22, 2021
A Notifier Program that Notifies you to relax your eyes Every 15 Minutes👀

Every 15 Minutes is an application that is used to Notify you to Relax your eyes Every 15 Minutes, This is fully made with Python and also with the us

Ashely Sato 1 Nov 2, 2021
A Notifier Program that Notifies you to relax your eyes Every 15 Minutes👀

Every 15 Minutes is an application that is used to Notify you to Relax your eyes Every 15 Minutes, This is fully made with Python and also with the us

FSP Gang s' Admin 1 Nov 3, 2021
A Notifier Program that Notifies you to relax your eyes Every 15 Minutes👀

Every 15 Minutes is an application that is used to Notify you to Relax your eyes Every 15 Minutes, This is fully made with Python and also with the us

FSP Gang s' YT 2 Nov 11, 2021
List of Linux Tools I put on almost every linux / Debian host

Linux-Tools List of Linux Tools I put on almost every Linux / Debian host Installed: geany --> GUI editor/ notepad++ like chkservice --> TUI Linux ser

Stew Alexander 20 Jan 2, 2023
A simple python script that print the Mandelbrot set for every power of the formal formula.

Python Mandelbrot A simple python script that print the Mandelbrot set for every power of the formal formula.

Paride Giunta 2 Apr 15, 2022
A water drinking notification every hour to keep you healthy while coding :)

Water_Notification A water drinking notification every hour to keep you healthy while coding. ?? ?? Stay Hydrated Stay Healthy ?? ?? Authors @CrazyCat

Arghya Banerjee 1 Dec 22, 2021