Inventory sequence: Difference between revisions

Content added Content deleted
Line 311: Line 311:


plot(biglist[:10_000], linewidth=0.3)
plot(biglist[:10_000], linewidth=0.3)
</syntaxhighlight>{{out}}
</syntaxhighlight>
{{out}}
<pre>
<pre>
0 1 1 0 2 2 2 0 3 2 4 1 1 0 4 4 4 1 4 0
0 1 1 0 2 2 2 0 3 2 4 1 1 0 4 4 4 1 4 0
Line 339: Line 340:
First element >= 10000: 10007 in position 201788
First element >= 10000: 10007 in position 201788
</pre>
</pre>
<br>
[[File:Inventory Sequence.png|500px|thumb|center]]
[[File:Inventory Sequence.png|500px|thumb|center]]