...

/

Solution: Determining the Number of Spaces per Indentation

Solution: Determining the Number of Spaces per Indentation

Learn how to detect the most likely number of spaces per indentation level for arbitrary input.

We'll cover the following...

Problem statement

Our IndentationManager implementation currently relies on being supplied with a known number of spaces for each indentation level. ...