Skip to content

Commit 55a4150

Browse files
committed
Fix 1078_occurrences_after_bigram
1 parent d47ba09 commit 55a4150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Algorithms/1078_occurrences_after_bigram.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#[Occurrences After Bigram](https://leetcode.com/problems/occurrences-after-bigram/)
1+
# [Occurrences After Bigram](https://leetcode.com/problems/occurrences-after-bigram/)
22

33
Given two strings first and second, consider occurrences in some text of the form "first second third", where second
44
comes immediately after first, and third comes immediately after second.

0 commit comments

Comments
 (0)