You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to UCF Algorithms & Theory Group
Hey all,
As a precursor to the Randomized Min-Cut, I would like everyone to at
least understand what a graph is. The wikipedia page
http://en.wikipedia.org/wiki/Graph_(mathematics) is sufficient at
explaining.
I will be taking a similar approach to Stephen's discussion. I will
first go over the Min-Cut problem and its deterministic solution. To
understand the deterministic solution, I would like everyone to get a
feeling of the max flow problem and solution.
http://www.topcoder.com/tc?module=Static&d1=tutorials&d2=maxFlow provides a great intro to max flow.
If there is time and I manage to find an easy way to teach this, I
will discuss the main algorithm discussed in this paper:
http://arxiv.org/pdf/cs/9812007
Hope to see you guys there,
Guillermo Gomez
Guillermo
unread,
Feb 3, 2011, 12:04:36 PM2/3/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to UCF Algorithms & Theory Group
Hey all,
Forgot to mention, this will be NEXT Friday, the 11th. Not tomorrow!
Thanks,
Guillermo Gomez
On Feb 3, 11:07 am, Guillermo <guille0...@gmail.com> wrote:
> Hey all,
>
> As a precursor to the Randomized Min-Cut, I would like everyone to at
> explaining.
>
> I will be taking a similar approach to Stephen's discussion. I will
> first go over the Min-Cut problem and its deterministic solution. To
> understand the deterministic solution, I would like everyone to get a
> provides a great intro to max flow.
>
> Afterwards, I will talk about the Randomized Min-Cut by Edge
> Contraction. For the most part I will follow this pdf which covers it