Skip to content

Commit 53e5b3e

Browse files
committed
Upres diagram
1 parent 0e24bd3 commit 53e5b3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,8 +342,8 @@ same lines.
342342

343343
I used the above diagram to write the code. The `l2r_it` style labels refer to
344344
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
347347
`second`. The `vector` has one or more `right` values in it, sorted by value.
348348
The `m_RightToLeft` hash table contains `pair`s with a `right` value in the
349349
`first` slot, and a `left` value in the `second` slot.

one-to-many-diagram.png

34 Bytes
Loading

0 commit comments

Comments
 (0)