madhurimarawat / Member-Selection-Test

This github repository is for selection of members for Programmers' Paradise.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Programmers' Paradise Code Repository

Welcome to the Programmers' Paradise Code Repository! This repository serves as a platform for members to share their solutions to programming problems for the selection of the members in the coding club.

Purpose

The primary purpose of this repository is to provide a space for members to showcase their programming skills, learn from each other, and collaborate on coding challenges and projects. Whether you're a beginner or an experienced coder, you're welcome to contribute and explore.

Folder Structure

The repository is organized into separate folders for problems corresponding to different semesters. Members are encouraged to contribute their solutions by submitting pull requests (PRs) for their respective semester-specific problems. The folder structure is as follows:

  • 2nd_sem: Contains problems relevant to the second semester.
  • 4th_sem: Contains problems relevant to the fourth semester.
  • 6th_sem: Contains problems relevant to the sixth semester.

Contribution Guidelines

To contribute to the repository, follow these guidelines:

  1. Fork the repository to your GitHub account.
  2. Clone the forked repository to your local machine.
  3. Create a new branch for your changes (git checkout -b my-branch).
  4. Add your solution to the appropriate folder.
  5. In your code, include a comment with your name and email address.
  6. Create a new folder with you name and branch and roll no. inside the "Pull_Requests" folder of your respective semester.
  7. Commit your changes in that respective folder (git commit -m "Add <RollNo. - Branch(AI/DS) - solution for problem XYZ").
  8. Push your changes to your forked repository (git push origin my-branch).
  9. Create a pull request (PR) to merge your changes into the main repository.

Questions or Concerns

If you have any questions or concerns about the repository, feel free to reach out to us via email or open an issue on GitHub.

Happy coding!


Programmers' Paradise Logo

About

This github repository is for selection of members for Programmers' Paradise.


Languages

Language:C 34.0%Language:C++ 19.7%Language:Python 19.6%Language:Jupyter Notebook 16.2%Language:Rust 6.6%Language:Go 4.0%