Explaining computational complexity theory

前端 未结 10 1666
花落未央
花落未央 2020-12-22 19:21

Assuming some background in mathematics, how would you give a general overview of computational complexity theory to the naive?

I am looking for an explanation of t

10条回答
  •  天命终不由人
    2020-12-22 19:56

    Depending on how long you have, maybe it would be best to start at DFA, NDFA, and then show that they are equivalent. Then they understand ND vs. D, and will understand regular expressions a lot better as a nice side effect.

提交回复
热议问题