the-k-th-lexicographical-string-of-all-happy-strings-of-length-n 1.0.0
The k-th Lexicographical String of All Happy Strings of Length n
Loading...
Searching...
No Matches
main.cpp File Reference
#include <bits/stdc++.h>
Include dependency graph for main.cpp:

Go to the source code of this file.

Data Structures

class  Solution
 

Functions

int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 68 of file main.cpp.

69{
70 cout << "output: " << Solution().getHappyString(3, 9) << '\n';
71 return 0;
72}
string getHappyString(int n, int k)
Definition main.cpp:8

References Solution::getHappyString().