Live data from Hacker News

Viewing profile — selwtysaxoac

selwtysaxoac

HN member
Joined
Tue, Feb 09, 2021, 3:39 PM UTC
HN karma
4
Public activity
2 items

About selwtysaxoac

No profile information was provided.

Recent public activity

  1. comment
    Comment #26079279

    Yes, I asked about the unconstrained problem. Sorry, I should have mentioned that.

  2. comment
    Comment #26078763

    Can't the Secret Santa problem be solved just by shuffling an array of participants, and assigning a person A[i] to give a gift to a person A[(i+1)%N]? I have a feeling that this i…