Ignore:
Timestamp:
Apr 24, 2025, 6:35:41 PM (5 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
6b33e89, f85de47
Parents:
f632bd50
Message:

proofreading intro and background chapters, capitalize section titles, update backtick calls to regular calls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/mike_brooks_MMath/benchmarks/list/_classic.c

    rf632bd50 rb195498  
    232232        for ( t = 0; t < Times; t += 1 ) {
    233233                Repeat( insert_last( lst, s[i] ) );
    234                 Repeat( remove( lst`first ) );
     234                Repeat( remove( first( lst ) ) );
    235235        }
    236236        end = clock();
Note: See TracChangeset for help on using the changeset viewer.