From 365445750de3326689a0dc4705e476bc008a353c Mon Sep 17 00:00:00 2001 From: Buvanesh11 Date: Wed, 28 Jan 2026 14:37:57 +0530 Subject: [PATCH 1/2] Fix grammar and improve clarity in contribution guidelines This PR improves grammar and clarity in the contribution guidelines. No functional changes, documentation only. --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f4db3df5..588ee1ab 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,19 +1,19 @@ # Contribution Guidelines -_Welcome hackers it is really **awesome** having you here! Before you start contributing to this project make sure you read our [Code Of Conduct](https://github.com/ReciHub/FunnyAlgorithms/blob/master/CODE_OF_CONDUCT.md), it is really important to make this inclusive and open to everyone_ +Welcome hackers! It is really awesome to have you here! Before you start contributing to this project make sure you read our [Code Of Conduct](https://github.com/ReciHub/FunnyAlgorithms/blob/master/CODE_OF_CONDUCT.md), it is really important to make this inclusive and open to everyone_ ## Do you have some funny algorithm and want to share with the world? -Add in this repository so others can find it too and have funny moments reading code, but make sure that your code does not violate our code of conduct, to add you code follow these steps! +Add your algorithm to this repository so others can find it and enjoy funny moments while reading code. Make sure your code does not violate our Code of Conduct. To add your code, follow these steps: ## Submitting a pull request 1. [Fork](https://github.com/ReciHub/FunnyAlgorithms/fork) and clone the repository 1. Create a new branch: `git checkout -b my-branch-name` -1. Add your code in a folder with the section that your algorithm belongs, like if you are uploading a funny sort algorithm add your algorithm inside the "sort" folder +1. Add your code to the folder that matches the section your algorithm belongs to., like if you are uploading a funny sort algorithm add your algorithm inside the "sort" folder 1. Add commentaries in your code to explain what exactly it does, why it is funny and you can comment some things like about the complexity of the code. 1. Push to your fork and [submit a pull request](https://github.com/ReciHub/FunnyAlgorithms/compare) -1. Pat your self on the back and wait for your pull request to be reviewed and merged. +1. Pat yourself on the back and wait for your pull request to be reviewed and merged. ## Resources From a1e98480791cb8823864d2762e8a53dfa9368c98 Mon Sep 17 00:00:00 2001 From: Buvanesh11 Date: Wed, 28 Jan 2026 18:36:46 +0530 Subject: [PATCH 2/2] Revise README for clarity and formatting Updated language for clarity and consistency in README. --- README.md | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 4a8c008d..23bd32e9 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,12 @@ ## Funny Algorithms -_A repository with a bunch of funny algorithms, beginners friendly :sparkles:_ +_A repository with a bunch of funny algorithms, beginner-friendly ✨ -_Don't forget to read our [Contributing Guide](https://github.com/ReciHub/FunnyAlgorithms/blob/master/CONTRIBUTING.md) and our [Code of Conduct](https://github.com/ReciHub/FunnyAlgorithms/blob/master/CODE_OF_CONDUCT.md)_ +Don't forget to read our Contributing Guide + and our Code of Conduct_ + +(https://github.com/ReciHub/FunnyAlgorithms/blob/master/CONTRIBUTING.md) (https://github.com/ReciHub/FunnyAlgorithms/blob/master/CODE_OF_CONDUCT.md)_ ## Algorithms are fun, right? @@ -22,21 +25,22 @@ So why not add the funniest algorithms in this repository? We can share with all You can contribute in two ways: -- Add a new algorithm inside a folder, name the folder with the type of the algorithm. Example: (Algorithm: bogoSort.c, folder: sort) -- Rewrite an existing algorithm in another programming language +Add a new algorithm inside a folder named after the algorithm type. +Example: Algorithm: bogoSort.c, Folder: sort +Rewrite an existing algorithm in another programming language It is always fun to check new algorithms or see how the same algorithms can be rewritten in different programming languages. ## Submit a pull request -After adding your funny algorithm share with us making a [pull request](https://github.com/ReciHub/FunnyAlgorithms/blob/master/CONTRIBUTING.md#submitting-a-pull-request) so people can see how amazing is your algorithm. - - To submit a pull request, write a `Title` , `Leave a Comment` and click the `Create Pull Request` button. That's all. - - Make sure you add a good description in what you are adding and that each algorithm has a commit. +To submit a pull request, write a Title, leave a comment, and click the Create Pull Request button — that’s all!(https://github.com/ReciHub/FunnyAlgorithms/blob/master/CONTRIBUTING.md#submitting-a-pull-request) so people can see how amazing is your algorithm. + + Make sure you include a clear description of what you are adding and ensure that each algorithm has its own commit. -Submit a pool request +Submit a pull request ## Enjoyed? -Leave a :star: to the repository and share this with your friends! +Leave a ⭐ on the repository and share it with your friends! star the repo