Skip to content

p1ll3chan/Competitive-Programming-Kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🏆 Competitive Programming Kit

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 🚀


📌 About

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

🌍 My CP Profiles

Platform Username / Profile Link
Codeforces p1ll3chan
CodeChef starlord_arp68
AtCoder p1ll3chan

📖 Features in this Kit

  • 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

📦 How to Use

  1. Clone this repository:
    git clone https://github.com/p1ll3chan/Competitive-Programming-Kit.git

About

This p1ll3chan' s personal Coding templete and algorithums , Enjoy Exploring

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors