继续毕设

今天继续搞毕设, 由于我设计的算法比随机算法居然还差, 我决定暂时搁置这一部分的代码工作, 转而研究另外一个棘手的问题。

另外, 在下午, 保证哥哥问了我这样一个问题:

给定一段代码, 如何快速地计算出它的所有执行路径数。不考虑循环, 仅在函数内进行分析。

一个例子:

function (...) {
    if (...) {
        if (...) {
            return;
        }
        if (...) {
            return;
        }
    }
}

发表评论

注意 - 你可以用以下 HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

:wink: :twisted: :roll: :oops: :mrgreen: :lol: :idea: :evil: :cry: :arrow: :?: :-| :-x :-o :-P :-D :-? :) :( :!: 8-O 8)

本文链接:https://twd2.me/archives/11786QrCode