Skip to content

Commit

Permalink
Fix P3 README
Browse files Browse the repository at this point in the history
  • Loading branch information
TeenBiscuits committed Jan 21, 2025
1 parent 66bc6c8 commit 6f188f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion P3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
- [x] Esta línea genera números para todos los sinónimos menos el último `ran = rand() % (totalSinonimos - 1);` -> `ran = rand() % (totalSinonimos);`
- [x] En `tablas.c` la función `insertar_cerrada` debería llamar a la función búsqueda en vez de utilizar literalmente el mismo bucle.
- [x] El informe no tenía las cotas, y la constante de la ajustada no estaba bien declarada
- [ ] La conclusión no tenía sentido.
- [x] La conclusión no tenía sentido.

0 comments on commit 6f188f9

Please sign in to comment.