コッホスノーフレークとスタック/キューに関係する割り当てがあります。問題は、ここにいる私たちの多くが、割り当てで与えられた擬似コード「ヒント」が何を意味するのか理解できないことです。誰か助けてもらえますか?
http://web.cs.mun.ca/~rod/W12/cs2710/assign/a5/assign5.html
Add the initial segments, L.add(seg1) ... L.add(segN)
while not L.isEmpty()
seg = L.remove()
if seg is smaller than the minimum segment size then
draw seg, no new segments are created
else
create four new segments according to
the rules for Koch snowflakes
add these new segments to L
最も紛らわしいのは、「セグメントが最小セグメントサイズよりも小さい場合」です...これを書くために何を比較する必要があるかわかりません。