Sujet : Re: compare two sorted array, item by item, which one is bigger
De : ram (at) *nospam* zedat.fu-berlin.de (Stefan Ram)
Groupes : comp.lang.perl.miscDate : 21. May 2024, 09:48:11
Autres entêtes
Organisation : Stefan Ram
Message-ID : <Pike-20240521094733@ram.dialup.fu-berlin.de>
References : 1 2
Bouras George <
g-bouras@otenet.gr> wrote or quoted:
We must stop writing code no matter the language , everything is about
the right data structures for every specific problem.
Rob Pike's "Rule 5" Data dominates:
|If you've chosen the right data structures and organized things
|well, the algorithms will almost always be self-evident.
|Data structures, not algorithms, are central to programming.
.