readme change

This commit is contained in:
2026-02-24 17:28:59 -06:00
parent 7366d82225
commit 02c41a59ec

View File

@@ -4,17 +4,17 @@ This repository contains my solutions to Project Euler problems. Each solution i
## Structure ## Structure
- `src/` - Contains the actual code solutions - `src/` - Contains the actual C++ code solutions
- `solution-docs/` - Contains markdown documents explaining each solution in detail - `solution-docs/` - Contains markdown documents explaining each solution in detail
## How to Use ## How to Use
1. Browse the `solution-docs/` directory to read problem explanations 1. Browse the `solution-docs/` directory to read problem explanations
2. Check the corresponding code in `src/` to see implementations 2. Check the corresponding code in `src/` to see implementations
3. Run solutions with the appropriate language interpreter 3. Compile and run solutions with a C++ compiler
## Contributing ## Contributing
Feel free to explore, learn, and suggest improvements. Solutions are written in [language] and aim to balance correctness, efficiency, and clarity. Feel free to explore, learn, and suggest improvements. Solutions are written in C++ and aim to balance correctness, efficiency, and clarity.
*Note: Solutions are shared for educational purposes. Please don't copy code directly for submission to Project Euler.* *Note: Solutions are shared for educational purposes. Please don't copy code directly for submission to Project Euler.*