https://github.com/vicky002/cplusplus_and_algo_sublime_package
Competitive Programming C++ Sublime Text Snippets
https://github.com/vicky002/cplusplus_and_algo_sublime_package
Last synced: about 1 year ago
JSON representation
Competitive Programming C++ Sublime Text Snippets
- Host: GitHub
- URL: https://github.com/vicky002/cplusplus_and_algo_sublime_package
- Owner: vicky002
- License: unlicense
- Created: 2015-02-18T02:20:31.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-10-12T16:05:10.000Z (over 6 years ago)
- Last Synced: 2025-03-17T19:02:20.021Z (about 1 year ago)
- Homepage:
- Size: 20.5 KB
- Stars: 14
- Watchers: 8
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Competitive-Programming-sublime-snippets
Competitive Programming Sublime Text Snippets
# Todos
- [ ] 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
# Installation using Package control
[Will be updated soon]
# Contributing
1. Fork it!
2. Create your branch: `git checkout -b my-new-snippet`
3. Commit your changes: `git commit -m 'Added Some snippets'`
4. Push to the branch: `git push origin my-new-snippet`
5. Submit a pull request :)
# About
Credits : C++11 Snippets by @[Rapptz](https://github.com/Rapptz/cpp-sublime-snippet)
LICENSE : Unlicense @ [VIKESH TIWARI](https://github.com/vicky002/Cplusplus_and_Algo_Sublime_Package/blob/master/LICENSE)