An open API service indexing awesome lists of open source software.

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

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)