Author Archives: Benjamin Lin

Benjamin Lin final review

Describe in words how the binary search algorithm works and give a example how it works. Use pseudo code to describe an algorithm for finding the largest and second largest element in a list Build a binary search tree for … Continue reading

Posted in Final Exam Review | Leave a comment

Section 11.5 question 1,2,3,6,7

Posted in Test #2 Review | Leave a comment

Test #1 Review – [Benjamin Lin] section 3.1 #20

Code: Find max and min (a1,a2…..an) max = min = ai i = 2 from ( i to n) if ai < min min = ai if ai> max max = ai return min, max

Posted in Test #1 Review, Uncategorized | 1 Comment

Introducing Benjamin Lin

Your major- computer science How you got interested in math/computer science-Magic….To be honest I just somehow end up here. What you hope to do after you graduate from CityTech; short-term goals, long-term goals, whatever… -I am still lost in the … Continue reading

Posted in Introduce yourself | 1 Comment