Probando unordened_map en C++
Mientras continúo programando con c++ sigo aprendiendo nuevas estructuras de datos y a decir verdad tiene muchísimas cosas para aprender. Tiene una gran cantidad de funciones y estructuras de datos increíbles que decir verdad no sé qué uso se le puede dar a la mayoría pero por el momento lo mejor es familiarizarme con la lógica y estructuras de datos.
While I continue programming with C++, I'm still learning new data structures, and to be honest, there's a lot to learn. It has a huge number of incredible functions and data structures, and frankly, I don't know what most of them are used for, but for now, the best thing is to familiarize myself with the logic and data structures.
Voy a implementar la misma manera con la que aprendí a desarrollar en javascript que es practicando muchos problemas por más que sean sencillos o parezcan que no enseñan nada a estos problemas los practico de manera manual intentando hacer herramientas con ejecuciones cortas sin muchas restricciones pero con el poco conocimiento que tengo.
I'm going to implement the same method I used to learn to develop in JavaScript, which is by practicing many problems, even if they are simple or seem to teach nothing. I practice these problems manually, trying to make tools with short execution times without many restrictions, but with the little knowledge I have.
Forzarme a tratar de resolverlo indagando en el código sin recurrir a inteligencia artificial me sirve bastante aunque a la vez utilizo la inteligencia artificial para que me informe sobre cómo funcionan ciertas estructuras de datos y luego yo voy modificando algunas cuantas cosas para poder hacer algo más aceptable.
Forcing myself to try to solve it by digging into the code without resorting to artificial intelligence helps me quite a bit, although at the same time I use artificial intelligence to inform me about how certain data structures work and then I modify a few things to be able to make something more acceptable.

0
0
0.000
0 comments