Competitive Programming Sublime Text Snippets
- Add Fast I/O snippet
- Add all common algorithms used in Competitive programming
- Add different data structures used in CP
- Fast power and powmod function Templates
- Add handling large numbers in CPP through classes
[Will be updated soon]
- Fork it!
- Create your branch:
git checkout -b my-new-snippet
- Commit your changes:
git commit -m 'Added Some snippets'
- Push to the branch:
git push origin my-new-snippet
- Submit a pull request :)
Credits : C++11 Snippets by @Rapptz
LICENSE : Unlicense @ VIKESH TIWARI