A personal collection of coding templates, utility functions, and algorithms crafted by p1ll3chan_198 to speed up problem-solving in competitive programming.
Optimized for Codeforces, CodeChef, AtCoder, and beyond 🚀
This repository serves as my go-to toolkit for contests and practice.
It contains:
- 📂 Templates for faster coding setup
- ⚡ Utility functions (counting, permutations, conversions, etc.)
- 🧠 Algorithms and handy snippets for common problems
| Platform | Username / Profile Link |
|---|---|
| Codeforces | p1ll3chan |
| CodeChef | starlord_arp68 |
| AtCoder | p1ll3chan |
- Digit & String Utilities
- Integer ↔ Vector conversions
- Digit extraction
- String-to-char array conversions
- Counting Utilities
- Frequency counters
- Most frequent element/string finders
- Binary search based count in sorted arrays
- Permutation Generators
- All permutations of strings
- All unique permutations of integers
- Other Helpers
- Pairs counter
- Utility macros for CP
- Clone this repository:
git clone https://github.com/p1ll3chan/Competitive-Programming-Kit.git