Skip to content

A personal competitive programming toolbox containing reusable and efficient utility functions for common CP problems. Includes implementations for algorithms, data structures, and useful templates to speed up problem-solving.

Notifications You must be signed in to change notification settings

omartrigui/competitive-programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Competitive Programming Toolbox

This repository serves as a personal toolbox for competitive programming, containing reusable and efficient utility functions for common problem-solving needs. It includes implementations of algorithms, data structures, and templates to speed up coding during contests.

Features

  • Pre-written functions for common competitive programming tasks
  • Efficient data structures and algorithm implementations
  • Integrated PyRival as a submodule for additional optimized algorithms
  • Includes a brute force stress tester for automated solution validation

Usage

Clone the repository along with submodules:

git clone --recurse-submodules https://github.com/omartrigui/competitive-programming

Feel free to explore, modify, and use these utilities to improve your implementation speed in contests! 🚀

About

A personal competitive programming toolbox containing reusable and efficient utility functions for common CP problems. Includes implementations for algorithms, data structures, and useful templates to speed up problem-solving.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages