In my previous tutorial Solving Programming Problems, I walked you threw the process of solving a generic programming problem. We made a method that printed out a tree structure in the console.
In this tutorial, I’ll walk through the process of finding bugs in the code and talk about how we can fix those bugs. I think this topic may be the hardest to teach. I hope the video and the code that follows can help you better grasp how to solve most any programming problem.
If you like videos like this, it helps to tell Google+ with a click [googleplusone]
Code From the Video
Solving Programming Problems 2 : Heap2.java
Hey darek,
are you gonna show us how to solve basic problems (ie. reverse a number, palindrome number and so on..)
these kind of questions asked in interviews many of times.
At some point I want to make a tutorial that is just about questions like that. I think that would be great fun! I did that a little bit in my refactoring tutorial
Hi Derek, great stuff you are doing here. As I mentioned on YouTube I covered your tutorials on my website. You can find them here (since Facebook started asking money for leaving messages since today, I am letting you know here! 🙂 )
http://wordpressexamples.com/web-page-design-tutorial-and-create-a-wordpress-theme2/
Do well man! Love your stuff.
Thank you very much 🙂 I greatly appreciate you doing that
AMAZING! My teacher can’t do half what you did here.
Thank you 🙂 I’m very happy that I was able to help.
Is this the best way to solve any computational problems.
In my object oriented design tutorial I cover how I turn a problem into finished code. I hope it helps 🙂