Re: compare two sorted array, item by item, which one is bigger
[email protected] (Stefan Ram) 21 May 2024 08:48:11 GMT
| Newsgroups | comp.lang.perl.misc |
|---|---|
| Organization | Stefan Ram |
| Message-ID | <[email protected]> |
Bouras George <[email protected]> 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. .