Live data from Hacker News

Viewing profile — thraidh

thraidh

HN member
Joined
Sun, Jun 11, 2023, 2:22 PM UTC
HN karma
1
Public activity
2 items

About thraidh

No profile information was provided.

Recent public activity

  1. comment
    Comment #36281886

    Found my mistake. I wrongly assumed the algorithms shown in the paper were the original sorting algorithm and the one improved by Alphadev. Apparently it just shows some algorithm …

  2. comment
    Comment #36281677

    Can someone explain why the sort3 function produced by Alphadev is correct? The instruction that was removed was: `P=min(A,C)`, which means that `P=A` at that point. The next instr…