The main goal of this work is to design and implement an application for displaying algorithms in the form of kopenograms. It is also dedicated to the issue of graphical representation of algorithms and the analysis of tools that could be used for the presentation of algorithms. In the theoretical part, we present different ways of displaying algorithms using individual types of diagrams, including kopenograms. Then we analyze the tools that can be used for this topic. We follow this with an int... zobrazit celý abstraktThe main goal of this work is to design and implement an application for displaying algorithms in the form of kopenograms. It is also dedicated to the issue of graphical representation of algorithms and the analysis of tools that could be used for the presentation of algorithms. In the theoretical part, we present different ways of displaying algorithms using individual types of diagrams, including kopenograms. Then we analyze the tools that can be used for this topic. We follow this with an introduction to the Tkinter library, which deals with the graphical interface in the Python language and which will be one of the technologies for developing this application. In the practical part, we deal with the design and implementation of the application itself for displaying algorithms using a kopenogram. In the chapters of this part, we describe in detail the individual functionalities of the application and our implementation. Another part of the practical part is a user manual with instructions for operating the application and a picture of the generated kopenogram from a sample function. |