File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -342,8 +342,8 @@ same lines.
342
342
343
343
I used the above diagram to write the code. The ` l2r_it ` style labels refer to
344
344
local variable names in the code. ` m_LeftToRight ` and ` m_RightToLeft ` are both
345
- hash tables. Each entry on the ` m_LeftToRight ` table contains an ` std::pair `
346
- with a left value in the ` first ` slot, and a pointer to an ` std::vector ` in the
345
+ hash tables. Each entry on the ` m_LeftToRight ` table contains a ` std::pair ` with
346
+ a left value in the ` first ` slot, and a pointer to a ` std::vector ` in the
347
347
` second ` . The ` vector ` has one or more ` right ` values in it, sorted by value.
348
348
The ` m_RightToLeft ` hash table contains ` pair ` s with a ` right ` value in the
349
349
` first ` slot, and a ` left ` value in the ` second ` slot.
You can’t perform that action at this time.
0 commit comments