Post by @merkleroot • Hey

LeetCode 779. K-th Symbol in Grammar `class Solution {` `public int kthGrammar(int n, int k) {` `if (n == 1) {` `return 0;`

Stats

Comments