https://github.com/raphaelamonteiro/think-before-code
Training repository for competitive programming: focus on problem-solving, logic, and avoiding common mistakes.
https://github.com/raphaelamonteiro/think-before-code
Last synced: about 1 month ago
JSON representation
Training repository for competitive programming: focus on problem-solving, logic, and avoiding common mistakes.
- Host: GitHub
- URL: https://github.com/raphaelamonteiro/think-before-code
- Owner: raphaelamonteiro
- Created: 2026-04-08T21:15:13.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-04-08T21:29:15.000Z (3 months ago)
- Last Synced: 2026-04-08T23:25:27.288Z (3 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🧠Think Before Code

💡 **Goal:** Improve problem-solving skills and algorithmic thinking while preparing for programming competitions.
---
This repository documents my journey training for competitive programming contests, focusing on:
- Quickly and accurately interpreting problems
- Identifying patterns in arrays, strings, maps, and simulations
- Implementing efficient solutions with step-by-step logic
- Avoiding common mistakes like Wrong Answers (WA), Runtime Errors (RE), and Time Limit Exceeded (TLE)