{"id":"horner-method-for-linked-list-binary","text":"Binary-to-integer conversion from linked lists uses Horner's method (`result = result * 2 + node.val`), processing MSB-first in a single pass with O(1) space.","truth_value":"IN","source":"entries/2026/06/06/convert-binary-number-in-a-linked-list-to-integer-solution.md","source_url":"","source_hash":"","justifications":[],"dependents":[],"metadata":{},"created_at":"","updated_at":"","reviewed_at":"","verified_at":"","retracted_at":"","explanation":{"steps":[{"node":"horner-method-for-linked-list-binary","truth_value":"IN","reason":"premise"}]}}