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.
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 Pull requests and better solutions are welcome! Happy coding!
- Solutions for leetcode doesn't have
main()function. So to test them you've writemain()yourself!