RAM Run [Day 18 - Advent of Code 2024 - Python]

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ม.ค. 2025

ความคิดเห็น • 4

  • @bokkenka
    @bokkenka 15 วันที่ผ่านมา

    From Part 1, you know that you can get through with 1024 drops, so you can start with lo = 1024 for Part 2.

    • @0xdf
      @0xdf  8 วันที่ผ่านมา

      Good call, though it doesn't save that much. In fact, I think it takes the same number of cuts in half to get there because 3450 and 2426 (3450 - 1024) are both greater than 2048 and less than 4096.

  • @sumedh-girish
    @sumedh-girish 17 วันที่ผ่านมา

    16:01, it would have been good if you just didnt use f strings and simply wrote print("Part 2", *part2)

    • @0xdf
      @0xdf  17 วันที่ผ่านมา

      Yup, good call.