Skip to content

Commit ee9e9b9

Browse files
committed
Fix: difficulty
1 parent fe9a7fa commit ee9e9b9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

algorithms/ruby/0014-longest-common-prefix.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# frozen_string_literal: true
22

3-
# Problem: 14. Longest Common Prefix
4-
# URL: https://leetcode.com/problems/longest-common-prefix
3+
# 14. Longest Common Prefix
4+
# https://leetcode.com/problems/longest-common-prefix
5+
# Easy
56

67
# @param {String[]} strs
78
# @return {String}

0 commit comments

Comments
 (0)