-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update algorithmic-exercise.mdx #20
base: master
Are you sure you want to change the base?
Conversation
Ejercicio de Algoritmo ahora en español
- [Exercism](https://exercism.org/) | ||
- Practica tus habilidades de resolución de problemas con plataformas en línea como: | ||
- [Práctica de Codificación | Desafíos de Codificación - InterviewBit](https://www.interviewbit.com/courses/programming/) (más recomendado debido a sus caminos de aprendizaje organizados) | ||
- [Entrevistas Técnicas y Evaluaciones - CodeSignal](https://codesignal.com/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not necessary to translate names of the articles.
- [HackerRank](https://www.hackerrank.com/) | ||
- [Codeforces](https://codeforces.com/) | ||
- Observa cómo se llevan a cabo entrevistas de codificación reales | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why there is an empty space?
- [Entrevista de Codificación de Google con un Estudiante Universitario](https://www.youtube.com/watch?v=3Q_oYDQ2whs) | ||
|
||
- Realiza entrevistas simuladas | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should remove the empty space
|
||
- [Practica Entrevistas de Trabajo en Vivo - Gratis](https://www.pramp.com/#/) | ||
- Usa nuestro bot otter-buddy en nuestro canal de Discord | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Empty space
- Evita variables globales | ||
- Usa nombres claros y concisos para variables y métodos | ||
- Modula tu código (intenta crear métodos auxiliares que puedan ser reutilizables) | ||
- Usa espacios en blanco entre operadores, comas, punto y coma, ... (como sugeriría un linter) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Como el tipo de sugerencias que provee un lintern*
Ejercicio de Algoritmo ahora en español