Skip to content

Commit

Permalink
πŸ“ Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jobearrr authored Jul 23, 2024
1 parent 04cd59b commit 711cc33
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,7 @@ Please pay attention to this if adding problems and implementing solutions, so e
β”‚Β Β  β”‚ β”œβ”€β”€ ProblemXXXMSolution.swift # Solution M
β”‚Β Β  β”‚ β”œβ”€β”€ ProblemXXXMSolution.swift # Solution N
β”‚Β Β  β”‚ └── ... # Other solutions
β”‚ └── TestSupport # Testing support files
β”‚ β”œβ”€β”€ TestCases
β”‚Β Β  β”‚ β”œβ”€β”€ ProblemXXXMTestCaseProvider.swift # Test cases for Problem XXX
β”‚ β”‚ └── ...
β”‚ β”œβ”€β”€ Utils # Supporting classes / extensions
β”‚ └── TestSupport # Supporting classes / extensions
β”‚ β”œβ”€β”€ Array+ListNode.swift
β”‚ β”œβ”€β”€ TestCaseProviding.swift
β”‚ └── TestData.swift
Expand All @@ -59,8 +55,6 @@ Please pay attention to this if adding problems and implementing solutions, so e
β”‚ β”œβ”€β”€ ProblemXXXTests.swift # Test all solutions for Problem XXX
β”‚ └── ... # Other tests
└── TestSupportTests
β”œβ”€β”€ TestCases
β”‚ └── ... # Validate test cases
└── Utils
└── ... # Test support classes
```
Expand Down

0 comments on commit 711cc33

Please sign in to comment.