Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7574ea4

Browse files
authored
Merge pull request #1029 from fartem/lcsc-3
2025年05月02日 v. 9.3.6.1: updated LCSC implementation
2 parents 80f105b + 851e4e5 commit 7574ea4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

‎lcsp/counter.rb‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ def count
1616

1717
easy = find_for_dir("#{dir_sub}/easy")
1818
medium = find_for_dir("#{dir_sub}/medium")
19+
hard = find_for_dir("#{dir_sub}/hard")
1920

20-
easy + medium
21+
easy + medium + hard
2122
end
2223

2324
private

‎leetcode-ruby.gemspec‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ require 'English'
55
::Gem::Specification.new do |s|
66
s.required_ruby_version = '>= 3.0'
77
s.name = 'leetcode-ruby'
8-
s.version = '9.3.7'
8+
s.version = '9.3.7.1'
99
s.license = 'MIT'
1010
s.files = ::Dir['lib/**/*.rb'] + %w[README.md]
1111
s.executable = 'leetcode-ruby'

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /