Skip to content

Commit

Permalink
πŸ“ Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jobearrr authored Sep 15, 2024
1 parent 3ec3eff commit 9bb059d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ Please pay attention to this if adding problems and implementing solutions, so e
β”‚Β Β  β”‚ β”œβ”€β”€ ...
β”‚Β Β  β”‚ └── XXX - Problem title
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ ProblemXXXDefinition.swift # Problem definition
β”‚Β Β  β”‚ β”œβ”€β”€ ProblemXXX<M>Solution.swift # Solution M
β”‚Β Β  β”‚ β”œβ”€β”€ ProblemXXX<N>Solution.swift # Solution N
β”‚Β Β  β”‚ β”œβ”€β”€ ProblemXXX<M>Solution.swift # Solution M
β”‚Β Β  β”‚ β”œβ”€β”€ ProblemXXX<N>Solution.swift # Solution N
β”‚Β Β  β”‚ β”œβ”€β”€ ... # Other solutions
β”‚Β Β  β”‚ └── README.md # Documentation and solutions
β”‚ └── TestSupport # Supporting classes / extensions
Expand Down

0 comments on commit 9bb059d

Please sign in to comment.