triangle. Each number is the sum of the two directly above it; the edges of every row are always 1. 1. State: triangle[i][j] = value at row i, column j (0-indexed). 2. Recurrence: triangle[i][j] = ...
Note: This book is the first edition of Quantitative Finance with Case Studies in Python. For readers of the second edition, please go to this repo.