Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 817 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 817 Bytes

Programming problems

Our answers to some programming problems, like ACM ICPC problems and others. (All problems are available on http://uva.onlinejudge.org or https://open.kattis.com) و پاسخ برخی سوالات کوئرا

Getting Started

  • Fork this repository (Click the 'Fork' button, top right of this page)
  • Clone your forked copy of this repo down to your local machine:
git clone https://github.com/<insert-your-username>/ProgrammingProblems.git

Contribution

Contributions are more than welcome! Feel free to open a PR of your tested solutions :)

If there is a previous answer to a question and you have a better (simpler, more readable, etc) answer, put the previous one in a dir named "AMK-solution" or "original-solution" in case the previous answer is not written by me.