home.social

Search

1000 results for “codingjoe”

  1. J'ai toujours eu cette impression qu'il manquait dans mes solutions CodinGame un truc comme un résultat incertain. Je vais devoir explorer plus en détail cette histoire d'Uncertain (quoique a doit peut-être bien déja exister en Java) nshipster.com/uncertainty/ #algorithme #codingame #réflexion

  2. Je ne comprends toujours pas vraiment l'algorithme de monte carlo tree search. Mais je trouve cette explication très correcte. github.com/lightvector/KataGo/ #algorithme #ia #exploration #codingame #article

  3. Quelqu'un sait quelle est la limite de taille pour les entrées/sorties dans #codingame #springchallenge2023 ?

  4. Après-demain, c'est le début du contest #CodinGame, il est peut-être temps de se remettre au #rust.

  5. I almost forgot about this nonsense in C# where you can't have structurally typed generic functions. I hope I don't need to handle too many more types here. :(

    Is there some way to avoid this duplication, without reverting to dynamic types?

    #csharp #codingame

  6. So, decided on #golang and worked far too long to get my code future proof (full disclosure: it probably won't be) before submitting. Made it to bronze on the first serious submit.
    Already learned a few things about Go that I didn't know before, so I can it a win already.
    On the down side, coding in a language that your are not super experienced in is slooowww. #codingame