Status: IN
`is_circular` checks circularity by scanning for spaces as word boundaries rather than calling `str.split()`, achieving O(n) time and O(1) auxiliary space.
Source: entries/2026/06/06/circular-sentence-solution.md
JSON