Hash Table in 134 Lines of Java

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

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

  • @deezydoezeet
    @deezydoezeet 2 หลายเดือนก่อน

    Yup this was really fun. I recently just learned about Hash tables too so this was really nice to see. Thanks boss!

  • @matijabecirevic8214
    @matijabecirevic8214 2 หลายเดือนก่อน

    The state after removing apple should contain 3 keys (grapes, banana, orange), not 2 as visible in the video, so it is in fact not correct

    • @cheesed_up
      @cheesed_up  2 หลายเดือนก่อน

      It does contain 3 keys (the state is correct). It just READS 2 values with the ".get" method. The presentation is a bit confusing, sorry about that!