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.rs
T
6 lines
89 B
Rust
Raw
Normal View
History
Unescape
Escape
Initial commit: Modular Clang C++ Nix environment and problem files
2026-03-14 23:25:02 +08:00
impl
Solution
{
pub
fn
get_happy_string
(
n
:
i32
,
k
:
i32
)
->
String
{
}
}
Reference in New Issue
Copy Permalink