Congxi Liu
2011-12-11 21:39:08 UTC
When we are asked to give a high-level description of an algorithm,
should we right pseudocode? Or can we even simplify some of the
procedure code by describing it.
say,while i <- 1 to n
do {blah blah blah}
Can we just write "do "blah blah blah" n times instead writing this
pseudocode?
Thanks in advance!
Congxi Liu
should we right pseudocode? Or can we even simplify some of the
procedure code by describing it.
say,while i <- 1 to n
do {blah blah blah}
Can we just write "do "blah blah blah" n times instead writing this
pseudocode?
Thanks in advance!
Congxi Liu