Skip to content

Latest commit

 

History

History
executable file
·
22 lines (15 loc) · 678 Bytes

File metadata and controls

executable file
·
22 lines (15 loc) · 678 Bytes

About

Hello there! This repo is all about competitive coding. It contains solutions to some of the programming problems from various platforms and contests!
You can find the URL of the question on the top of each code.

To run any code on Linux or MacOS

All the codes are in C++. Make sure that you have gcc installed.

source run_cpp.sh
# Pass the file path of the source code.
run ./spoj/COUPON.cpp  

Contributing

Pull requests and better solutions are welcome! Happy coding!

Note

  • Solutions for leetcode doesn't have main() function. So to test them you've write main() yourself!

License

MIT