Author Archives: Brian Gil

Final Exam Review

1)List all the steps used to search for 9 in the sequence 1, 3, 4, 5, 6, 8, 9, 11 using a) linear search.                                 … Continue reading

Posted in Final Exam Review | 1 Comment

Test #2 Review

Section 11.4-Exercise #14

Posted in Test #2 Review | 6 Comments

Test #1 Review – Brian Gil

Section 3.3 = #3 Give a big-θ estimate for the number of operations of this algorithm: m := 0 for i := 1 to n for j := i +1 to n m := max(aiaj, m)   The values of i and … Continue reading

Posted in Test #1 Review | 1 Comment

Introducing Brian Gil

Hello everybody, I’m a Computer Science major. Ever since I came to New York not long ago I started getting interested in computers. However math has always been something I could adore most of the time. After I graduate here, … Continue reading

Posted in Introduce yourself | Leave a comment