Skip to content

Latest commit

 

History

History
78 lines (58 loc) · 3.07 KB

File metadata and controls

78 lines (58 loc) · 3.07 KB

UFPB Competitive Programming Library

This repository contains a curated collection of algorithms and data structures optimized for competitive programming.

It serves as the official reference library for teams representing the Federal University of Paraíba (UFPB).

The primary goal is to provide C++ implementations that are high-performance, robust, and easy to integrate under the time constraints of a live contest.

Contents

Data Structures

Dynamic Programming

Graph Theory

Mathematics

Strings

Miscellaneous

Extra

References