Zulip Chat Archive

Stream: new members

Topic: livestream advent of code 2023


Alok Singh (S1'17) (Dec 16 2023 at 01:55):

Doing it at https://www.youtube.com/watch?v=RdkbdaXnFhw

Alok Singh (S1'17) (Dec 19 2023 at 01:04):

doing again at https://www.youtube.com/watch?v=nCGLIokLmJ4

Alok Singh (S1'17) (Dec 19 2023 at 01:17):

one issue i've hit a few times: abstracting over array and list. is there a unified type here?

Alok Singh (S1'17) (Dec 19 2023 at 01:38):

why isn't there a goddamn usage example of hashset

Alok Singh (S1'17) (Dec 19 2023 at 01:44):

also doesn't seem to be way to print out a hashset

Adam Topaz (Dec 19 2023 at 02:34):

I think you can iterate over a hashset with a for loop. So you could do that to print out the elements


Last updated: Dec 20 2023 at 11:08 UTC