diff options
| author | Walt Mankowski <waltman@pobox.com> | 2020-08-19 22:05:54 -0400 |
|---|---|---|
| committer | Walt Mankowski <waltman@pobox.com> | 2020-08-19 22:05:54 -0400 |
| commit | 58a0d9119903d53470dce47142017d76aedb5e5e (patch) | |
| tree | 383fe4735b09c11438c3a5d92e4c489a7e4ac07f /challenge-074/walt-mankowski/python/ch-2.py | |
| parent | 0ca8c6f59ae500add88481add595ab8889b99f9d (diff) | |
| download | perlweeklychallenge-club-58a0d9119903d53470dce47142017d76aedb5e5e.tar.gz perlweeklychallenge-club-58a0d9119903d53470dce47142017d76aedb5e5e.tar.bz2 perlweeklychallenge-club-58a0d9119903d53470dce47142017d76aedb5e5e.zip | |
Store iterators to the positions in the list in a map
This saves me having to find() each element -- now I can jump right to
them. But I had to store the list in the opposite order since erase()
doesn't like reverse iterators.
Diffstat (limited to 'challenge-074/walt-mankowski/python/ch-2.py')
0 files changed, 0 insertions, 0 deletions
