C# DATA STRUCTURES And COLLECTIONS - Quick Overview

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

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

  • @bushbuddyplatypus
    @bushbuddyplatypus ปีที่แล้ว +2

    Exactly what I was looking for. Very clear and just the right pace and information for me. Thanks

    • @LuizParente
      @LuizParente  ปีที่แล้ว

      Glad it was helpful! Thank you for the kind words :)

  • @claudiorasf
    @claudiorasf ปีที่แล้ว

    Excellent video about collections and data structures. I came from Java and it was a great review!

    • @LuizParente
      @LuizParente  ปีที่แล้ว

      Glad it was helpful! And thank you for your kind words :)

  • @bombrman1994
    @bombrman1994 2 ปีที่แล้ว +4

    Very clean explanation to refresh my memory

  • @h2kn456
    @h2kn456 2 ปีที่แล้ว +1

    Great explanation! I genuinely enjoyed this vid because of your voice and the music. It just kept me hooked.

    • @LuizParente
      @LuizParente  2 ปีที่แล้ว

      Thank you for your feedback! :)

  • @kaweesiernest7870
    @kaweesiernest7870 2 ปีที่แล้ว +1

    Thanks very much, great explanation for all the data structures

    • @LuizParente
      @LuizParente  2 ปีที่แล้ว

      Glad it was helpful!

  • @RJs_World_93
    @RJs_World_93 2 ปีที่แล้ว +1

    all i need get here in short thank you brother.

  • @ooAnimationChanneloo
    @ooAnimationChanneloo 2 ปีที่แล้ว

    Great explanation. Respect 🙌

  • @kvelez
    @kvelez ปีที่แล้ว +1

    though stacks were LIFO not FILO, anyway, good video.

    • @LuizParente
      @LuizParente  11 หลายเดือนก่อน +1

      Yup, both actually mean the same thing. Different books will use different definitions, but the underlying behaviour is identical.

  • @fredchuks7822
    @fredchuks7822 2 ปีที่แล้ว

    What does strongly typed mean

    • @LuizParente
      @LuizParente  2 ปีที่แล้ว +1

      It means the data type cannot change after declaration. In languages like JavaScript, for example, a variable can change types throughout its lifetime. In a strongly-type language like C#, a variable assumes a data type at declaration time, and can only keep values of that type - and the type never changes throughout its lifetime.

  • @INeatFreak
    @INeatFreak 2 ปีที่แล้ว +1

    I've watched it in 2X speed. This could've been shorter if you've cut the typing parts and go straight into explaining.

    • @LuizParente
      @LuizParente  2 ปีที่แล้ว

      Thanks for the feedback!