Pattern making
CodeChefOpen on judge ↗
You have 3 characters {'a','b','c'}. You want to construct string of length of $n$ such that strings should follow below 2 property. - Each character of string must be either 'a' or 'b' or 'c'. - Consecutive characters of string should not be same. For example, If n = 1, then possible strings are {"a","b","c"} If n = 2, then possible strings are {"ab","bc","ac","ba","ca","cb"} N
HINT LADDERno hints yet
L1 Observation
L2 Technique
L3 Approach
L4 Pseudo-code
🔒
L5 Full solution
L5 unlocks only if you insist twice
solution.cppC++17
CodeSearch Tutor
Hints, not spoilers — it won’t hand over the full solution unless you insist.
Sign in to chat with the tutor and save your progress.
Sign in to start