An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          



# 🧠 Think Before Code

![Solving problems in Python](https://github.com/user-attachments/assets/167734a9-cc3c-48f1-88bd-0b808db5661b)

💡 **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)