Question
Write a program of a Merge Sort algorithm implemented by the following pseudocode. You should also report the number of comparisons in the Merge function.
……继续阅读 »
站点默认
6年前 (2020-04-11) 4165浏览 34评论
0个赞
Question
Write a program which reads an integer n and draws a Koch curve based on recursive calles of depth n.
The Koch curve is well known as a kind of fractals.
You can draw a Ko……继续阅读 »
站点默认
6年前 (2020-04-11) 8160浏览 0评论
0个赞
Question
Write a program which reads a sequence A of n elements and an integer M, and outputs “yes” if you can make M by adding elements in A, otherwise “no”……继续阅读 »
站点默认
6年前 (2020-04-11) 3903浏览 36评论
1个赞