Implement Difficulty Levels
Abierto
bug
good first issue
- Lenguaje dominante
- C++
- Estrellas
- 1
- Forks
- 5
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
The code currently has placeholders for setting the bounds and max attempts for each difficulty level (Easy, Medium, Hard). Implement the correct values for these difficulty levels:
Easy: Range 1-10, 5 attempts.
Medium: Range 1-50, 7 attempts.
Hard: Range 1-100, 10 attempts.
Acceptance Criteria:
Update the switch statement to set lowerBound, upperBound, and maxAttempts for each case.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.