2014年1月23日星期四

Week 1 and 2

Hi my name is Wenbin Wei, or call me Brian Wei. This is first post of my CSC148 SLOG, so excited that it is actually my first "real blog"(except 10+ empty blog accounts).
During the first 2 weeks of study, I have learned 2 kind of Abstract Data Types(ADT), Stack and Queue. They are collection of elements, and store and retrieved them one at a time. Basically the different between Stack and Queue is Stack is "Last In First Out" data structure and Queue is "First In First Out" data structure. In example, Stack retrieved data in reverse order of their time of storage, the latest element stored would be the first element to retrieved; and Queue retrieved data in regular order of their time of storage, the first element stored would be the first element to retrieved.
Last week we had our first excercise submited. Since is the first excercise at beginning week, is everything base on previous CSC108 knowledge, it take me longer time to refresh memory since I took that course in previous year, but finally I finished them, thanks for Disscusion Board and everybody's help!

没有评论:

发表评论