Skip to content

Commit 0fe69ff

Browse files
committed
h_index : problem-274
1 parent 8d36a2f commit 0fe69ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

test/source/test_h_index.cpp renamed to test/source/test_h_index_274.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include <doctest/doctest.h>
2-
#include "leeter/h_index.hpp"
2+
#include "leeter/h_index_274.hpp"
33

44

55
TEST_CASE("h index: test case 1") {
@@ -14,4 +14,4 @@ TEST_CASE("h index: test case 2") {
1414
h_index::Solution sol;
1515
int output = sol.hIndex(input);
1616
CHECK(output == 1);
17-
}
17+
}

0 commit comments

Comments
 (0)