At each node, the model compares exercise now with holding.
highlighted = computed this step
The node choice
At a node, compare intrinsic value from exercise now with continuation value from holding. The holder takes the larger value.
V=max(intrinsic,continuation)
Put intrinsic value
For a put, intrinsic value is strike minus stock when that is positive, otherwise zero.
intrinsic=max(K−S,0)
Continuation value
Continuation is the discounted risk-neutral value of the next up and down option values.
continuation=1+rqVu+(1−q)Vd
Model note
Exercise-or-hold values are model values under the stated binomial assumptions, not market prices. The model is frictionless and uses no transaction costs, fees, taxes, credit risk, liquidity limits, or default. This is descriptive, not investment advice.