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: Martin Witkowski
Test #1 Review
Devise an algorithm that finds the sum of all the integers in a list procedure sum (a1, a2,…,an:integers) sum = an for i to an -1 sum= sum + an return sum;
Posted in Test #1 Review
2 Comments
Introducting Martin Witkowski
Computer Systems and Technology I was interested in computers since high school and haven’t stopped since. I hope to start developing apps and software for companies. Algorithms interest me most. This is due to the fact that it gives me … Continue reading
Posted in Introduce yourself
2 Comments