This website requires JavaScript.
Explore
Help
Register
Sign In
tomatocream
/
leetcode
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
f5e7baa1bdde00a025432c8c3bf8bbc26f7cb364
leetcode
/
code
/
1415.the-k-th-lexicographical-string-of-all-happy-strings-of-length-n.cpp
T
6 lines
76 B
C++
Raw
Normal View
History
Unescape
Escape
Initial commit: Modular Clang C++ Nix environment and problem files
2026-03-14 23:25:02 +08:00
class
Solution
{
public
:
string
getHappyString
(
int
n
,
int
k
)
{
}
};
Reference in New Issue
Copy Permalink