Skip to main content
xdavidliu's user avatar
xdavidliu's user avatar
xdavidliu's user avatar
xdavidliu
  • Member for 6 years, 7 months
  • Last seen more than a week ago
  • New York City
5 votes
2 answers
2k views

is it possible to determine using a single depth-first search, in O(V+E) time, whether a directed graph is singly connected?

4 votes
1 answer
810 views

Undecidability of "is this CFG prefix-free?"

3 votes
0 answers
409 views

is it decidable whether a grammar in Chomsky normal form has useless rules?

3 votes
1 answer
206 views

NP completeness of deciding whether a set of examples, consisting of strings and states, has a corresponding DFA?

2 votes
1 answer
216 views

Unsure why (or whether?) a certain algorithm correctly computes a Minimum spanning tree

2 votes
2 answers
353 views

how does Kleene-Post show two languages that are not Turing reducible to each other?

2 votes
1 answer
901 views

monotonically increasing codeword length in optimal (maybe Huffman) code for alphabet with monotonically decreasing frequencies

2 votes
2 answers
2k views

how to bound the probability that quicksort takes greater than n lg n time?

1 vote
0 answers
208 views

why does message authentication using 2-universal family of hash functions require a prime number of possible hash values?

1 vote
2 answers
226 views

walk / traverse a disjoint set that has union rank and path compression

1 vote
0 answers
81 views

efficient DELETE in proto-Van Emde Boas Tree?

1 vote
1 answer
332 views

why does the poly-time reduction from dominating set to vertex cover require adding a vertex to every edge?

0 votes
1 answer
743 views

Vertices reachable from negative-weight cycles in Bellman-Ford

0 votes
0 answers
304 views

What is the significance of Bellman-Ford and linear programming for scheduling and makespans?

0 votes
1 answer
74 views

why does relabel take O(VE) time total for unit capacity flow networks?