reverse a string in place using no swap buffers
You're not even trying!
Do something manly. Design an image format. Or web server. Or compression scheme. File system. Kernel. Artificial intelligence. Programming language. Computer vision system.
Something you find interesting, but never learned about. Don't read about it: just jump straight in. Experiment. Make mistakes. Reinvent the wheel.
Don't ask for help. Stay away from tutorials. Stay away from the theory. Don't pull a solution off the shelf.
If this sounds counter-intuitive, consider that:
- We learn best from mistakes.
- This gives you an opportunity to practise coming up with solutions creatively, rather than regurgitating and adapting old solutions.
- You are forced to evaluate your ideas. You can't evaluate them until you develop a good understanding of your tools and of the idea you wish to evaluate. This leads to a deeper understanding of the topic than you would otherwise develop. (Feel free to read about the tools you are using, just don't read about the problem you're trying to solve.)
Once you're done (and I mean you've made a few attempts and actually have something decent to show for it), it's time to start reading about the problem and how others have solved it (or talking with people). At this point, instead of saying to yourself "yeah, that makes sense" while you read, you'll say "yeah, exactly", or "well, to some extent", or "wow, that's clever".
In other words, you'll think much more critically about what you read, and you'll find it much easier to understand and remember because you already have a large "mental framework" to attach it to. You'll feel good about those things which you discovered independently, and you'll walk away with a heap of new knowledge.