Practice›LeetCode›LeetCode 04xxLeetCode 431: Encode N-ary Tree to Binary TreeConvert an N-ary tree into a binary tree and reconstruct it using the left-child right-sibling representation.
Practice›LeetCode›LeetCode 02xxLeetCode 271: Encode and Decode StringsA clear explanation of the Encode and Decode Strings problem using length-prefix encoding.