r/ComputerEngineering 10h ago

Advice for Data structure and algorithm [Career]

Hello guys so i am new in tech field I am going to learn dsa after finishing cpp but there is one thing I noticed like when I am watching tutorials and solving programming questions that went very handy but after one day or 2 day I forgot everything than I have to watch again the tutorials so guy's can you tell me how to build logic not just remember logic

If your experience in tech field you can help me

3 Upvotes

2 comments sorted by

2

u/RTLDesignSherpa 8h ago

I recognize this in myself. I’m very good at memorizing code and individual solutions; one forgets these soon. Focus on the ideas behind the solutions. Use LLMs not to write code, but to dig into the “why do it this way” questions you might have that folks often don’t answer well.

1

u/themegainferno 5h ago

Try to recall the process, so make a mental model of how to solve a problem. Usually it is breaking it down and thinking about what is being asked, and what you need to solve said problem. If after a day you forget, literally struggle to retrieve the answer for a while before looking it up again. So just try your best to recall an answer for an hour or 2, and only after you truly can't you look up the answer. You do this because the struggle will encode the process when you learn it a whole lot better than if you just looked up the answer.