Monday, October 28, 2013

Binary Trees!

Having gone through binary trees and now learning about binary search trees, a lot of the topics we have covered in the course are coming into play. Not only do I have to learn about the trees themselves and learn about the traversing methods that are possible, but also many different applications need to be built into the class which is very rewarding once complete. The functions we learned today were very useful in knowing and it is very interesting in how very simple topics such as if statements can be made (along with a little recursion) into complex searches and deletions from trees. Having this knowledge is very helpful with other topics and I believe that this will be an excellent skill to possess when working with lots of data whether it is on a server or database and knowing the various methods will allow for very easy searching and manipulating once it is up and running.

I am excited to see where this leads to and what other interesting topics will be covered once we near the exam, and in the end, it is very exciting to see the progress that I have made coming into the course (from CSC108) and what I will possess after finishing this course!

No comments:

Post a Comment