Coding Challenge · BEGINNER
Given a sentence represented as a string, reverse the order of words using recursion. Words are separated by single spaces, and there are no leading or trailing spaces. Your task is to reverse the order of words without using any built-in split or reverse functions.