read4-adapter-inheritance-pattern

Status: IN

`Solution` extends `Reader4` to access the `read4` API, mirroring LeetCode's convention for "given an API" problems where the solution class inherits the provided interface.

Source: entries/2026/06/06/read-n-characters-given-read4-solution.md

JSON