<?xml version="1.0" encoding='utf-8'?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="card1" title="Implicit data structure - Page 6 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=implicit_data_structure&amp;p=5">1.Previous</a><br />
<a accesskey="3" href="page.php?w=implicit_data_structure&amp;p=7">3.Next</a>
</p>
<p>is an implicit data structure for a <a href="page.php?w=String_%28computer_science%29">string</a> (list of characters). These are considered very simple because they are static data structures (read-only), and only admit the simple operation of iteration over the elements.</p>

<p>Similarly simple is representing a <a href="page.php?w=multi-dimensional_array">multi-dimensional array</a> as a single 1-dimensional array, together with its dimensions. For example, representing an m × n array as a single list of length m·n, together with the numbers</p><p>
<a accesskey="1" href="page.php?w=implicit_data_structure&amp;p=5">1.Previous</a><br />
<a accesskey="3" href="page.php?w=implicit_data_structure&amp;p=7">3.Next</a>
</p>

<do type="prev" label="Search">
        <go href="search.wml"/>
</do>

</card>
</wml>
