About 1,570,000 results
Open links in new tab
  1. Top 7 diagrams as code tools for software architecture

    Feb 7, 2023 · Diagrams as code involve writing your model objects, relationships and diagrams using a markup language which can be checked into source control. These tools often include auto-layout...

  2. Guide to UML diagramming and database modeling - microsoft.com

    Sep 24, 2019 · There are two major types of UML diagrams: structure diagrams and behavioral diagrams (and within those categories lie multiple others). These variations exist to represent the numerous types of scenarios and diagrams that different types of people use.

  3. Data StructuresLanguage Support (Part 3) - Medium

    Nov 14, 2016 · Support for N-th dimensional arrays is generally built directly into the core language itself. They exist in most of languages if not all of them. Some languages index from zero while...

  4. Structural Diagrams | Unified Modeling Language(UML)

    Mar 4, 2024 · UML makes use of elements and forms associations between them to form diagrams. Structural UML diagrams illustrate the organization of a system by depicting its components, such as classes, objects, and packages. They represent the elements that make up the system and the relationships between them. 1. Class Diagram.

  5. Structure Charts - Software Engineering - GeeksforGeeks

    Jan 2, 2024 · Structure Chart represents the hierarchical structure of modules. It breaks down the entire system into the lowest functional modules and describes the functions and sub-functions of each module of a system in greater detail.

  6. Unified Modeling Language (UML) Diagrams - GeeksforGeeks

    Jan 2, 2025 · We use UML diagrams to show the behavior and structure of a system. UML helps software engineers, businessmen, and system architects with modeling, design, and analysis. The International Organization for Standardization (ISO) published UML as an approved standard in …

  7. visualising data structures and algorithms through animation

    In VisuAlgo, you can use your own input for any algorithm instead of using only the provided sample inputs. This is one of the key feature of VisuAlgo. Try the graph drawing feature in these 9 graph-related visualizations: Graph DS, DFS/BFS, MST, SSSP, Max Flow, Matching, MVC, Steiner Tree, and TSP.

  8. 7 modelling languages for software architecture - IcePanel

    Feb 28, 2023 · In this article, we’ll compare 7 popular visual modelling languages. The Unified Modeling Language was created by a group of software engineers and researchers in the 1990s and is now maintained by the Object Management Group (OMG). UML is a graphical language that provides a standard set of symbols and notations for modelling software systems.

  9. Comprehensive Guide to Data Structure Diagrams | Computer …

    Nov 30, 2023 · Data Structure Diagrams (DSDs) are a type of diagram used in Computer Science to visualize the organization and relationships between different data types in a program or system. DSDs serve as an efficient tool for programmers to understand data flow and its manipulation within a system.

  10. Blog - Generate diagrams from code - draw.io

    Oct 21, 2022 · Documenting software costs developers time and becomes outdated quickly. A code-first diagramming approach - describing the diagram in code or text while programming - works well for entity models (SQL database code), and class descriptions (PlantUML and Mermaid syntax).

  11. Some results have been removed