Skip to content

Commit f2aa066

Browse files
committed
Day 4
1 parent dc580f1 commit f2aa066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/concept/scala/leetcode_30days_challenge_September2020/PartitionLabels.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ package com.concept.scala.leetcode_30days_challenge_September2020
1212
* This is a partition so that each letter appears in at most one part.
1313
* A partition like "ababcbacadefegde", "hijhklij" is incorrect, because it splits S into less parts.
1414
* @see https://leetcode.com/explore/challenge/card/september-leetcoding-challenge/554/week-1-september-1st-september-7th/3448/
15-
* OR
15+
*
1616
* https://leetcode.com/problems/partition-labels/
1717
*/
1818
object PartitionLabels {

0 commit comments

Comments
 (0)