equal
deleted
inserted
replaced
61 The first case is more comfortable and if you store complex structures in your |
61 The first case is more comfortable and if you store complex structures in your |
62 map, it might be more efficient. However, there are writable but |
62 map, it might be more efficient. However, there are writable but |
63 not reference maps, so if you want to write an generic algorithm, you should |
63 not reference maps, so if you want to write an generic algorithm, you should |
64 insist on the second method. |
64 insist on the second method. |
65 |
65 |
66 \section how-to-write-your-own-map How To write your own maps |
66 \section how-to-write-your-own-map How to Write Your Own Maps |
67 |
67 |
68 \subsection read-maps Readable Maps |
68 \subsection read-maps Readable Maps |
69 |
69 |
70 The readable maps are very frequently used as the input of the |
70 The readable maps are very frequently used as the input of the |
71 algorithms. For this purpose the most straightforward way is the use of the |
71 algorithms. For this purpose the most straightforward way is the use of the |