Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.5 KB

File metadata and controls

36 lines (24 loc) · 1.5 KB

📘 Team Reference Document (TRD)

en ru

📎 Personal reference guide for competitive programming preparation

This repository contains a curated collection of templates, algorithms, data structures, and useful techniques, formatted as a Team Reference Document (TRD), suitable for use in competitions like ICPC, Codeforces, AtCoder, and others.


🎯 Project Goal

To create a compact, well-structured, and easily accessible code and theory base for quick navigation and copy-pasting during contests.


Each file contains a minimalist, battle-tested implementation with concise comments. No fluff — only what you need under pressure.

🚀 How to Use

  1. Clone the repository:
git clone https://github.com/Bit-Maximum/Team-Reference-Document.git
  1. Open it in your favorite editor (VS Code, PyCharm, CLion...).
  2. Copy the necessary template into your solution and adapt it to the problem.

💡 Tips for Using During Contests

  • Make sure your templates are compatible with the compiler version used in the contest.
  • Prepare an offline .pdf version in advance if allowed.
  • Include a short FAQ and a "common mistakes" checklist.

🔧 Roadmap

  • Transfer notes from the current printed version
  • Add more algorithms