Skip to content

fredpetersen/assignment-0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

assignment-0

Assignment created as part of Analysis, Design and Software architecture, on 3rd semester of the Software development bachelor, at ITU

Further documentation found in docs/report.pdf

Report made in LaTeX with Overleaf.LaTeX source found here

Flowchart

    flowchart TD
    D[IsLeapYear?] -- int --> E{Year earlier than 1582?}
    E -- yes --> F[return false]
    E -- no --> G{year divisible by 400?}
    G -- yes --> H[return true]
    G -- no --> I{year divisible by 100?}
    I -- yes --> F
    I -- no --> J{Year divisible by 4?}
    J -- yes --> H
    J -- no --> F
Loading

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages