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.
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.
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.