Please enable JavaScript to use CodeHS

CodeHS Glossary


Base Case General

The base case is the simplest form of the recursive problem. The base case can be immediately solved without breaking the problem down any further.