Skip to content

Akhil-Biswas/C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

                       _____           _ _
                      |  __ \         | | |
                      | |__) |__ _  __| | |__   ___
                      |  _  // _` |/ _` | '_ \ / _ \
                      | | \ \ (_| | (_| | | | |  __/
                      |_|  \_\__,_|\__,_|_| |_|\___| 
---
    title: Tree
    config:
        flowchart:
            curve: linear
---
    graph LR
    home["πŸ“ C"]
        home e1@--> algorithm["πŸ“ Algorithm"]
            algorithm e2@--> algorithmDoc(README.md)

        home --> basics["πŸ“ basics"]
            basics --> tokens["πŸ“„ tokens.md"]
                click tokens "https://github.com/Akhil-Biswas/C/tree/main"
                click tokens "https://github.com/Akhil-Biswas/C/tree/main"

            basics --> variables["πŸ“ variables"]
                variables --> variables1["πŸ“„ variables.c"]
                variables--> variables2["πŸ“„ README.M"]

            basics --> data_types["πŸ“„ data_types.md"]
            basics --> operators["πŸ“„ operators.md"]

            basics --> control_statements["πŸ“ control_statements"]
                control_statements --> if["πŸ“ if else"]
                control_statements --> switch["πŸ“ switch"]
                control_statements --> loop["πŸ“ loop"]
                    loop --> loop1["πŸ“ for loop"]
                    loop --> loop2["πŸ“ while loop"]

        home --> homeDoc(["πŸ“„ README.md"])
        
    %% === STYLE CLASSES ===
    classDef folder fill:,stroke:#faa405,stroke-width:2px,color:#faa405,font-weight:bold,font-size:20px;
    classDef file fill:,stroke:#909090,stroke-width:1px,color:#fff;
    classDef animation stroke-dasharray: 9,5,stroke-dashoffset: 900,animation: dash 25s linear infinite;
    %% === APPLY CLASSES ===
    class home,algorithm,basics,variables,control_statements,if,switch,loop,loop1,loop2 folder;
    class algorithmDoc,tokens,variables1,variables2,data_types,operators,homeDoc file;
    class e1,e2 animation;
Loading

Releases

No releases published

Packages

 
 
 

Contributors

Languages