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: Rivka Ligier
Rivka Ligier Test #2 Review: 11.4 #15
Use the depth-first search to produce a spanning tree the given sample graph. Choose a as the root of this spanning tree and assume the vertices are ordered alphabetically. Excuse my horrible drawing 🙂
Posted in Uncategorized
1 Comment
Test #1 Review – Rivka Ligier Section 3.1 Ex: 24
Question: Describe an algorithm that determines whether a function from a finite set to another finite set is one-to-one Code/Algorithm: Procedure one-to-one([A=(a1,a2,a3, …], [B= b1, b2, b3 …] : integers) for i = 1 to m k = 0 (counter variable) … Continue reading
Posted in Uncategorized
Leave a comment
Introducing Rivka Ligier
My major is Computer Science. I developed this interest during my last semester of high school when I took a web development class provided by an organization called ScriptEd. I now work for them 🙂 I hope to become a … Continue reading
Posted in Introduce yourself
1 Comment