Nassi-Shneiderman Diagrams
eagereyes 2016-09-03
Summary:
Programming languages use words and symbols to represent structures like blocks and conditions. A visual representation of these structures seems useful to keep track of all the different cases, see the scope of variables, etc. Nassi-Shneiderman diagrams offer just such a representation. The structure of programs is sometimes shown using flow charts: decisions create branches, repetitions can … Continue reading Nassi-Shneiderman Diagrams