Skip to content

Commit

Permalink
fix small
Browse files Browse the repository at this point in the history
  • Loading branch information
SKTT1Ryze committed Mar 8, 2024
1 parent 466d5a0 commit 3705d0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion leetcode-cc/CmpVersionNum.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ using namespace std;
IMPLEMENT_PROBLEM_CLASS(
PCmpVersionNum, 165, DIFFI_MEDIUM, TOPIC_ALGORITHMS,
"Compare Version Number",
"Given two version numbers, version1 and version2, compare them.", {""});
"Given two version numbers, version1 and version2, compare them.",
{"Queue"});

class SCmpVersionNum : public ISolution {
public:
Expand Down

0 comments on commit 3705d0a

Please sign in to comment.