rishiraj52 / C-solution

Collection of C programs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C-solution

Collection of C programs

logo-hacktoberfest-2

Guidelines for contribution to this repository:

You can contribute to this simple questions/solutions in following ways:

  • Reporting a bug
  • Discussing the current state of the code
  • Submitting a fix
  • Proposing new features

Contributing

Different types of contribution practices for this repository -

1) Add a question and provide the solution for the same

  • Steps -
    Step a) Click on Issues tab
    Step b) Click on New Issue button
    Step c) Click Get Started button
    Step d) Fill a short description form
    Step e) Press Submit New Issue button
    Step f) Add a comment after succeffully creating the issue: "Please add label 'WithSolution'!" Step g) By adding this label, your issue with be automatically be assigned to you. Step h) Now you can workout the solution and generate PR(Pull request).
Note: Please do not comment on an issue labelled as "WithSolution". This issue is reserved for its author only!

2) Add a question

  • Steps -
    Step a) Click on Issues tab
    Step b) Click on New Issue button
    Step c) Click Get Started button
    Step d) Fill a short description form
    Step e) Press Submit New Issue button
    Step f) Add a comment after succeffully creating the issue: "Please add label 'SolutionRequired'!"

    NOTE - Adding question and/or solution of any ongoing live challenges may lead to permanent ban from repository

3) Add a solution

  • Steps -
    Step a) Click on Issues tab
    Step b) Click on issue you would like to work on
    Step c) Add a comment: I would like to work on this issue,Kindly assign it to me.

    You can workout the solution and generate Pull Request once you are assigned the issue.

    Follow the ISSUE_TEMPLATE and PR_TEMPLATE before genrating issues and PRs!

    Please Note, Its First Come First Serve!


In general, we follow the "fork-and-pull" Git workflow.
  1. Fork the repo on GitHub
  2. Clone the project to your own machine
  3. Commit changes to your own branch
  4. Push your work back up to your fork
  5. Submit a Pull request so that we can review your changes

NOTE: Be sure to merge the latest from "upstream" before making a pull request!

Happy Contributing!

About

Collection of C programs

License:MIT License


Languages

Language:C 100.0%