User - MathOverflowmost recent 30 from http://mathoverflow.net2013-06-19T02:36:16Zhttp://mathoverflow.net/feeds/user/14534http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://mathoverflow.net/questions/77569/tree-graph-restructuringTree graph restructuring.njwizz2011-10-09T00:27:26Z2011-10-09T01:19:58Z
<p>I have a graph $G(V,E)$ and a tree $T(V',E')$ where $|V|=|V'|$ and $T$ is isomorphic to a subgraph of $G$. In other words I found a spanning tree of $G$ and made one of its nodes act as the root.</p>
<p>I now have 2 problems I want to look at:</p>
<ol>
<li>If I remove a node from $G$ what is the optimal way to determine if a new $T$ exits and if so find it.
2.Assume $v_0$ is the root of $T$. I'm given an arbitrary node $v_i$ and need to find a new $T$ in which $v_i$ is the root.</li>
</ol>
<p>I would like to know what (if any) literature or solutions already exist for these problems? </p>
<p>I am asking this question because I am working on a project involving network topologies and would like to know about any existing solution (especially if they have proofs) before I start trying to solve the problem on my own.</p>
http://mathoverflow.net/questions/62354/fo-complexity-classFO complexity classnjwizz2011-04-20T00:21:10Z2011-04-20T19:27:22Z
<p>I'm currently in a theory of computing class and as such I have been looking up information about P vs NP and other complexity classes out of curiosity. In the process I cam across a blog post discussing a recent "proof" (it turned out to be wrong of course) of P not equal NP and in it they discussed the FO(LFP) complexity class.</p>
<p>Now I've understood all complexity classes so far, but even after reading to Wikipedia, and complexity zoo entries on FO and first order logic I still don't understand this complexity class at all. I have come to the understanding that FO is the set of all algorithms or problems (correct me if I'm wrong) that can be solved using first order logic which somehow avoids entering the realm of algorithmics. The problem is I don't understand what the first order part of first order logic means or how algorithms are represented as such.</p>
<p>Now Wikipedia simply defined it as being not higher order logic which was pretty vegue. I have a good understanding of boolean logic and some understanding of logic in general, but I have the feeling that due to all the special notation that is used in the explanations I read I am not seeing the forest for the trees. Can someone explain to me what property of first order logic makes it different from other kinds of logic and give an example of how this can represent an algorithm?</p>
http://mathoverflow.net/questions/77569/tree-graph-restructuring/77572#77572Comment by 2011-10-09T20:18:13Z2011-10-09T20:18:13ZThe paper does seem to be what I'm looking for (haven't read past the intro yet) but the rerooting link is not. they assume that nodes are being deleted from the tree, however in my case no nodes are being removed the root is simply being switched to a different node requiring a restructuring of who is a parent node and who is a child node.http://mathoverflow.net/questions/62354/fo-complexity-classComment by 2011-04-20T02:25:08Z2011-04-20T02:25:08ZIs that better or do I need to be more specific?