Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 585 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 585 Bytes

SPOJ Solutions

In this repository, I upload my solutions of some of the problems of SPOJ.com

Feel free to add your solutions too. And you can always send PR to update solution if you have a more optimized solution.

For contributing, you can use any language you wish, just make sure that:

1. You solution is accepted by spoj.com
2. Your solution is readable (which includes comments)
3. Your code is platform independent (libraries are not OS dependent)
4. You send only code file in Pull Request, and NOT output file (Add your output file's extension in .gitignore)