Header Image
Creative Commons image courtesy of Flickr user StormPetrel1-
Recent Posts
Recent Comments
- In the Spotlight: MAT2540 – Discrete Structures and Algorithms II – The Open Road on Links
- OpenLab Workshop for Opening Gateways Fellows | 2018-2019 Opening Gateways Faculty Seminar on Final Exam Review
- Eric on Eric’s Final Review
- Kate Poirier on Hints/reminders from today’s class
- Kate Poirier on Final Exam Review
Archives
Categories
Meta
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
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