Skip to content

Commit 366e1dd

Browse files
committedMay 4, 2023
Fix: remove difficulty
1 parent faa11e2 commit 366e1dd

File tree

67 files changed

+67
-67
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+67
-67
lines changed
 

‎algorithms/ruby/0011-container-with-most-water.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# 11. Container With Most Water
44
# https://leetcode.com/problems/container-with-most-water/
5-
# Difficulty: Medium
5+
# Medium
66

77
=begin
88

‎algorithms/ruby/0016-3sum-closest.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# 16. 3Sum Closest
44
# https://leetcode.com/problems/3sum-closest/
5-
# Difficulty: Medium
5+
# Medium
66

77
=begin
88
Given an integer array nums of length n and an integer target, find three integers in nums such that the sum is closest to target.

0 commit comments

Comments
 (0)