Sorting (17/3/15)

In today's lesson, we learned about Bubble Sorting, Linear Search and Binary Sorting. After practically demonstrating these, we then went on to program some applications on VB; one using bubble sorting and the second using Linear Search. I completed most of the first exercise, but was unable to complete the last extension at the time, where we had to make a button which would step through each pass of the sort each time it was pressed. Because of the way I have looped the program in order to make it more "efficient" as requested by the previous extension (although I don't personally see what difference it made), I am unable to keep both this feature and the step button; the two cannot coexist in my program. The second task I didn't get very far on because the lesson ended.

I'm pretty much happy with everything from the lesson today. And that's about the final word. Except for this one; trumpet.

Comments

Popular posts from this blog

Programming Lesson 2 (22/09/14)

Networks and the Internet (16/3/15)