Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
アクティビティ 図を使用して、この[擬似]コードを表現しようとしました。
get expression while match '(' get expression if !match ')' error get term
見る:
get expressionノードを2回繰り返さずにそのコードを表現する方法はありますか?
get expression
または、間違った図を使用していますが、それを示していますか?
図が間違っています。get_expression各反復で2回トラバースしています。最初のノードの下にノードを追加するget_expressionと、一番下の[yes]がその新しいノードに移動します。
get_expression