Solving Programming Problems 2

Solving Programming ProblemsIn 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

8 thoughts on “Solving Programming Problems 2”

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

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

Leave a Reply

Your email address will not be published. Required fields are marked *