From c30aec61658b43700dc2ef4679e7e54334affade Mon Sep 17 00:00:00 2001 From: Alexander Opyrchal Date: Wed, 14 Feb 2024 19:00:23 -0500 Subject: [PATCH 1/5] Edit readme --- README.md | 52 ++++++++++++++++++++++++++++++++++------------------ 1 file changed, 34 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index c4753dfc..651f6fb9 100644 --- a/README.md +++ b/README.md @@ -1,51 +1,67 @@ -# CPP/C - +# Contribute Algorithms & Data Structures (C++) ![Issues](https://img.shields.io/github/issues/akshitagit/CPP) ![Pull Requests](https://img.shields.io/github/issues-pr/akshitagit/CPP) ![Forks](https://img.shields.io/github/forks/akshitagit/CPP) ![Stars](https://img.shields.io/github/stars/akshitagit/CPP) -# REPOSITORY MAINTAINER : ![AKSHITA GUPTA](https://github.com/akshitagupta15june) -## Open Repository For Students to Contribute Algorithms and Data Structures in different Languages +# REPOSITORY MAINTAINER : ![AKSHITA GUPTA](https://github.com/akshitagupta15june) +## Contribute Algorithms & Data Structures: A Collaborative Repository. +## This repository is a collaborative space for students to contribute implementations of algorithms and data structures in different programming languages and contribute to open source. -## This Repository is meant for everyone to create code and learn to contribute to open source. +Contribute to Open Source Algorithms and Data Structures (C++)! +This repository welcomes your contributions to build a comprehensive collection of algorithms and data structures implemented in C++. Whether you're a beginner or an experienced developer, we have opportunities for you to learn, grow, and make a real impact! +How to get involved: -Use this repo to contribute to open source. -Start resolving issues and raise the pull requests and even you can create your own issues. -If you want to contribute to a project, the simplest way is to: +Browse open issues: Find an existing issue that interests you and requires help. You can search by difficulty level, language, or algorithm type. +Create your own issue: Have an idea for a new algorithm or data structure? Submit an issue detailing your proposal and we'll discuss it with you. +Start contributing: Once you've found an issue, follow these steps: +Fork the repository: Create a copy of the project on your GitHub account. +Clone it locally: Download the code to your computer. +Create a new branch: This isolates your changes from the main project. +Make your changes: Code the algorithm or data structure following our contribution guidelines (link to guidelines). +Push your changes: Upload your work back to your forked repository. +Open a pull request: Submit your changes for review and potential merging into the main project. +Address feedback: Reviewers might suggest improvements. Make adjustments and update your pull request until it's approved. +Remember: -Find a ISSUE you want to contribute to ->> Fork it +Be sure to write clear and concise commit messages describing your changes. +Feel free to ask questions or seek help if you get stuck. We're here to support you! +Existing contributions: - Clone it to your local system +Explore the implemented algorithms and data structures in C++ within the repository. (Replace with a link or specific location) - Make a new branch +Join the community: - Make your changes +We believe in fostering a welcoming and supportive environment for all contributors. Don't hesitate to reach out and connect with other developers! - Push it back to your repo +By contributing, you'll: - Click the Compare & pull request button +Gain valuable experience in open-source development. +Enhance your C++ skills through practical application. +Build a portfolio showcasing your coding abilities. +Be part of a collaborative community with shared goals. +Ready to contribute? Start your journey today! - Click Create pull request to open a new pull request -If the reviewers ask for changes, repeat steps 5 and 6 to add more commits to your pull request. +# WE ALL HAVE MADE THIS REPOSITORY TO TREND IN GITHUB REPOSITORIES -The implementations/codes which are added/merged in CPP-: -# WE ALL HAVE MADE THIS REPOSITORY TO TREND IN GITHUB REPOSITORIES + + ### Contributors :pray: :dizzy: ![105](https://contributors-img.web.app/image?repo=akshitagit/CPP) + Happy coding! From 4a68feb6857db532755ff88d89499b20eade586f Mon Sep 17 00:00:00 2001 From: Alexander Opyrchal Date: Wed, 14 Feb 2024 19:04:08 -0500 Subject: [PATCH 2/5] Modify indents --- README.md | 44 ++++++++++++++++++++------------------------ 1 file changed, 20 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 651f6fb9..6b3d2491 100644 --- a/README.md +++ b/README.md @@ -13,41 +13,37 @@ ## This repository is a collaborative space for students to contribute implementations of algorithms and data structures in different programming languages and contribute to open source. Contribute to Open Source Algorithms and Data Structures (C++)! -This repository welcomes your contributions to build a comprehensive collection of algorithms and data structures implemented in C++. Whether you're a beginner or an experienced developer, we have opportunities for you to learn, grow, and make a real impact! + This repository welcomes your contributions to build a comprehensive collection of algorithms and data structures implemented in C++. Whether you're a beginner or an experienced developer, we have opportunities for you to learn, grow, and make a real impact! How to get involved: + Browse open issues: Find an existing issue that interests you and requires help. You can search by difficulty level, language, or algorithm type. + Create your own issue: Have an idea for a new algorithm or data structure? Submit an issue detailing your proposal and we'll discuss it with you. + Start contributing: Once you've found an issue, follow these steps: + Fork the repository: Create a copy of the project on your GitHub account. + Clone it locally: Download the code to your computer. + Create a new branch: This isolates your changes from the main project. + Make your changes: Code the algorithm or data structure following our contribution guidelines (link to guidelines). + Push your changes: Upload your work back to your forked repository. + Open a pull request: Submit your changes for review and potential merging into the main project. + Address feedback: Reviewers might suggest improvements. Make adjustments and update your pull request until it's approved. - -Browse open issues: Find an existing issue that interests you and requires help. You can search by difficulty level, language, or algorithm type. -Create your own issue: Have an idea for a new algorithm or data structure? Submit an issue detailing your proposal and we'll discuss it with you. -Start contributing: Once you've found an issue, follow these steps: -Fork the repository: Create a copy of the project on your GitHub account. -Clone it locally: Download the code to your computer. -Create a new branch: This isolates your changes from the main project. -Make your changes: Code the algorithm or data structure following our contribution guidelines (link to guidelines). -Push your changes: Upload your work back to your forked repository. -Open a pull request: Submit your changes for review and potential merging into the main project. -Address feedback: Reviewers might suggest improvements. Make adjustments and update your pull request until it's approved. Remember: + Be sure to write clear and concise commit messages describing your changes. + Feel free to ask questions or seek help if you get stuck. We're here to support you! -Be sure to write clear and concise commit messages describing your changes. -Feel free to ask questions or seek help if you get stuck. We're here to support you! Existing contributions: - -Explore the implemented algorithms and data structures in C++ within the repository. (Replace with a link or specific location) + Explore the implemented algorithms and data structures in C++ within the repository. (Replace with a link or specific location) Join the community: - -We believe in fostering a welcoming and supportive environment for all contributors. Don't hesitate to reach out and connect with other developers! + We believe in fostering a welcoming and supportive environment for all contributors. Don't hesitate to reach out and connect with other developers! By contributing, you'll: - -Gain valuable experience in open-source development. -Enhance your C++ skills through practical application. -Build a portfolio showcasing your coding abilities. -Be part of a collaborative community with shared goals. -Ready to contribute? Start your journey today! + Gain valuable experience in open-source development. + Enhance your C++ skills through practical application. + Build a portfolio showcasing your coding abilities. + Be part of a collaborative community with shared goals. + Ready to contribute? Start your journey today! # WE ALL HAVE MADE THIS REPOSITORY TO TREND IN GITHUB REPOSITORIES From a2862ca9949cff69ec0cdae6f7adbcda447f2157 Mon Sep 17 00:00:00 2001 From: Alexander Opyrchal <66843881+alexopyrchal8@users.noreply.github.com> Date: Wed, 14 Feb 2024 19:05:43 -0500 Subject: [PATCH 3/5] Update readme.md --- .github/readme.md | 49 +++++++++++++++++++++++++++++++++-------------- 1 file changed, 35 insertions(+), 14 deletions(-) diff --git a/.github/readme.md b/.github/readme.md index 00bd3539..6b3d2491 100644 --- a/.github/readme.md +++ b/.github/readme.md @@ -1,42 +1,63 @@ - -# CPP/C - +# Contribute Algorithms & Data Structures (C++) ![Issues](https://img.shields.io/github/issues/akshitagit/CPP) ![Pull Requests](https://img.shields.io/github/issues-pr/akshitagit/CPP) ![Forks](https://img.shields.io/github/forks/akshitagit/CPP) ![Stars](https://img.shields.io/github/stars/akshitagit/CPP) -# REPOSITORY MAINTAINER : ![AKSHITA GUPTA](https://github.com/akshitagupta15june) -### Open Repository For Students to Contribute Algorithms and Data Structures in different Languages +# REPOSITORY MAINTAINER : ![AKSHITA GUPTA](https://github.com/akshitagupta15june) +## Contribute Algorithms & Data Structures: A Collaborative Repository. -Find a ISSUE you want to contribute to ->> Fork it +## This repository is a collaborative space for students to contribute implementations of algorithms and data structures in different programming languages and contribute to open source. - Clone it to your local system +Contribute to Open Source Algorithms and Data Structures (C++)! + This repository welcomes your contributions to build a comprehensive collection of algorithms and data structures implemented in C++. Whether you're a beginner or an experienced developer, we have opportunities for you to learn, grow, and make a real impact! - Make a new branch - Make your changes +How to get involved: + Browse open issues: Find an existing issue that interests you and requires help. You can search by difficulty level, language, or algorithm type. + Create your own issue: Have an idea for a new algorithm or data structure? Submit an issue detailing your proposal and we'll discuss it with you. + Start contributing: Once you've found an issue, follow these steps: + Fork the repository: Create a copy of the project on your GitHub account. + Clone it locally: Download the code to your computer. + Create a new branch: This isolates your changes from the main project. + Make your changes: Code the algorithm or data structure following our contribution guidelines (link to guidelines). + Push your changes: Upload your work back to your forked repository. + Open a pull request: Submit your changes for review and potential merging into the main project. + Address feedback: Reviewers might suggest improvements. Make adjustments and update your pull request until it's approved. - Push it back to your repo +Remember: + Be sure to write clear and concise commit messages describing your changes. + Feel free to ask questions or seek help if you get stuck. We're here to support you! - Click the Compare & pull request button +Existing contributions: + Explore the implemented algorithms and data structures in C++ within the repository. (Replace with a link or specific location) - Click Create pull request to open a new pull request +Join the community: + We believe in fostering a welcoming and supportive environment for all contributors. Don't hesitate to reach out and connect with other developers! -If the reviewers ask for changes, repeat steps 5 and 6 to add more commits to your pull request. +By contributing, you'll: + Gain valuable experience in open-source development. + Enhance your C++ skills through practical application. + Build a portfolio showcasing your coding abilities. + Be part of a collaborative community with shared goals. + Ready to contribute? Start your journey today! -The implementations/codes which are added/merged in CPP-: # WE ALL HAVE MADE THIS REPOSITORY TO TREND IN GITHUB REPOSITORIES + + + + ### Contributors :pray: :dizzy: ![105](https://contributors-img.web.app/image?repo=akshitagit/CPP) + Happy coding! From 283df1a558f078da29814d628698c60f5c6c5c21 Mon Sep 17 00:00:00 2001 From: Alexander Opyrchal <66843881+alexopyrchal8@users.noreply.github.com> Date: Wed, 14 Feb 2024 19:06:27 -0500 Subject: [PATCH 4/5] Update readme.md --- .github/readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/readme.md b/.github/readme.md index 6b3d2491..0ae4dd82 100644 --- a/.github/readme.md +++ b/.github/readme.md @@ -17,6 +17,7 @@ Contribute to Open Source Algorithms and Data Structures (C++)! How to get involved: + Browse open issues: Find an existing issue that interests you and requires help. You can search by difficulty level, language, or algorithm type. Create your own issue: Have an idea for a new algorithm or data structure? Submit an issue detailing your proposal and we'll discuss it with you. Start contributing: Once you've found an issue, follow these steps: From 1dc9686d9dd6002f34ef5c9521eeda47df6dc676 Mon Sep 17 00:00:00 2001 From: Alexander Opyrchal <66843881+alexopyrchal8@users.noreply.github.com> Date: Wed, 14 Feb 2024 19:18:36 -0500 Subject: [PATCH 5/5] Update readme.md This revision includes several changes: Clearer heading. Engaging call to action. Structured guidance. Prompts for issue creation. Highlights contribution guidelines. Promotes existing contributions. Emphasizes community aspects. Outlines benefits of contributing. Enthusiastic closing. --- .github/readme.md | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/readme.md b/.github/readme.md index 0ae4dd82..90d24b21 100644 --- a/.github/readme.md +++ b/.github/readme.md @@ -6,7 +6,7 @@ ![Stars](https://img.shields.io/github/stars/akshitagit/CPP) -# REPOSITORY MAINTAINER : ![AKSHITA GUPTA](https://github.com/akshitagupta15june) +# Repository Maintainer : ![Akshita Gupta](https://github.com/akshitagupta15june) ## Contribute Algorithms & Data Structures: A Collaborative Repository. @@ -18,36 +18,36 @@ Contribute to Open Source Algorithms and Data Structures (C++)! How to get involved: - Browse open issues: Find an existing issue that interests you and requires help. You can search by difficulty level, language, or algorithm type. - Create your own issue: Have an idea for a new algorithm or data structure? Submit an issue detailing your proposal and we'll discuss it with you. - Start contributing: Once you've found an issue, follow these steps: - Fork the repository: Create a copy of the project on your GitHub account. - Clone it locally: Download the code to your computer. - Create a new branch: This isolates your changes from the main project. - Make your changes: Code the algorithm or data structure following our contribution guidelines (link to guidelines). - Push your changes: Upload your work back to your forked repository. - Open a pull request: Submit your changes for review and potential merging into the main project. - Address feedback: Reviewers might suggest improvements. Make adjustments and update your pull request until it's approved. +* Browse open issues: Find an existing issue that interests you and requires help. You can search by difficulty level, language, or algorithm type. +* Create your own issue: Have an idea for a new algorithm or data structure? Submit an issue detailing your proposal and we'll discuss it with you. +* Start contributing: Once you've found an issue, follow these steps: +* Fork the repository: Create a copy of the project on your GitHub account. +* Clone it locally: Download the code to your computer. +* Create a new branch: This isolates your changes from the main project. +* Make your changes: Code the algorithm or data structure following our contribution guidelines (link to guidelines). +* Push your changes: Upload your work back to your forked repository. +* Open a pull request: Submit your changes for review and potential merging into the main project. +* Address feedback: Reviewers might suggest improvements. Make adjustments and update your pull request until it's approved. Remember: - Be sure to write clear and concise commit messages describing your changes. - Feel free to ask questions or seek help if you get stuck. We're here to support you! +* Be sure to write clear and concise commit messages describing your changes. +* Feel free to ask questions or seek help if you get stuck. We're here to support you! Existing contributions: - Explore the implemented algorithms and data structures in C++ within the repository. (Replace with a link or specific location) +* Explore the implemented algorithms and data structures in C++ within the repository. (Replace with a link or specific location) Join the community: - We believe in fostering a welcoming and supportive environment for all contributors. Don't hesitate to reach out and connect with other developers! +* We believe in fostering a welcoming and supportive environment for all contributors. Don't hesitate to reach out and connect with other developers! By contributing, you'll: - Gain valuable experience in open-source development. - Enhance your C++ skills through practical application. - Build a portfolio showcasing your coding abilities. - Be part of a collaborative community with shared goals. - Ready to contribute? Start your journey today! +* Gain valuable experience in open-source development. +* Enhance your C++ skills through practical application. +* Build a portfolio showcasing your coding abilities. +* Be part of a collaborative community with shared goals. +* Ready to contribute? Start your journey today! -# WE ALL HAVE MADE THIS REPOSITORY TO TREND IN GITHUB REPOSITORIES +# Your contribution helps make this repository an impactful learning tool for everyone!