JavaPuppy
JavaPuppy
  • Видео 5
  • Просмотров 49 261
Bag of Characters Class (Part 2) - 5 - Data Structures in Java
This is the second part of going over the bagOfCharacters class which is a collection class that utilizes an array.
Просмотров: 620

Видео

Bag of Characters Class (Part 1) - 4 - Data Structures in Java
Просмотров 4,8 тыс.7 лет назад
We are building a class called BagOfCharacters.java This is the first coding example of a collection class in this series.
What is an Array - 3 - Data Structures in Java
Просмотров 6187 лет назад
In this video, I go over arrays and collection classes.
What is an Abstract Data Type? - 2 - Data Structures in Java
Просмотров 42 тыс.7 лет назад
This video is about ADT's, classes, information hiding, inheritance, abstraction, and polymorphism.
What is a Data Structure? - 1 - Data Structures in Java
Просмотров 1,5 тыс.7 лет назад
This is the first video for the tutorial series on Data Structures in Java! I hope you guys find this tutorial helpful and let me know what you think!

Комментарии

  • @dawscaus
    @dawscaus Год назад

    The personification of the array had me unexpectedly laughing. Just pictures an array that gets angry and eats junk food. 😂

  • @alxx736
    @alxx736 2 года назад

    So ADT= Concrete Classes

  • @alxx736
    @alxx736 2 года назад

    What do you use for drawing?

  • @wiliamli3172
    @wiliamli3172 2 года назад

    clear

  • @DevEdy
    @DevEdy 2 года назад

    Wow. This is definitely top explanation

  • @davidm9442
    @davidm9442 3 года назад

    A very informative video! loved your creativity.

  • @sashanisavic1140
    @sashanisavic1140 3 года назад

    This is an excellent explanation! helps so much!

  • @rosameliacarioni1022
    @rosameliacarioni1022 3 года назад

    thanks puppy

  • @miqueasgamero7270
    @miqueasgamero7270 4 года назад

    You were pretty clear! Awesome

  • @annsway
    @annsway 4 года назад

    Great video! The last diagram is super helpful as well.

  • @winnieveronica1139
    @winnieveronica1139 4 года назад

    thankyou very much. nice draw.

  • @miyalys
    @miyalys 4 года назад

    You can't instantiate ADTs, as they're interfaces, only classes that implement them. But you can have an ADT as a variable, ie. on the left-hand-side. Curiously one can apparently also have a variable of an Abstract Class as this compiles just fine: AbstractList<Integer> y = new ArrayList<>(); ...but I'm not sure if some automatic type conversion is going on there.

  • @numba2dad
    @numba2dad 4 года назад

    Good tutorial but 3:23 is not true. Most people here do not have a S/O

  • @firstpenguin5653
    @firstpenguin5653 5 лет назад

    Thx for the nice video! I have one question, why is it important to use private variables and information hiding? Which means others won't be able to see the inside logic. But, if the logic and code is inefficient, wouldn't be more efficient others look at the code and able to adjust the code?

    • @robertlatta2019
      @robertlatta2019 3 года назад

      Access modifiers such as private refer to access during runtime. It means another program could not use it directly, it would have to use the getter method. I think you're getting confused with open-source code, which is publicly available code.

  • @flaredev
    @flaredev 5 лет назад

    If you are looking right now at comments reviews, I highly recommend this guy ^^

  • @Dildobaggins70
    @Dildobaggins70 5 лет назад

    Better than my prof... you just made this understandable. THANK YOU.

  •  5 лет назад

    I wish there were codes that you implement as addition. But thanks.

  • @kidmash541
    @kidmash541 5 лет назад

    you ever deal with an STD?

  • @augustuscaeser8939
    @augustuscaeser8939 6 лет назад

    these are amazing videos . please keep making them

  • @celinelatulipe
    @celinelatulipe 6 лет назад

    At minute 3:13, it would be really nice if you didn't assume all your viewers were straight men. And assuming that hiding information is what guys do with their girlfriends is pretty brutal. Regardless of whether your thinking is that guys are cheating assholes or girls are controlling bitches - either way you are perpetuating negative, sexist stereotypes. Other than that, great video.

    • @samusaran1692
      @samusaran1692 4 года назад

      Just shut the fuck up boomer

    • @interminable-fields
      @interminable-fields 4 года назад

      it's been a while but i noticed this as well and it made me uncomfortable in an otherwise very helpful video! thank you for pointing this out, cs has long been a boys club and it doesn't help to use these exclusive and problematic examples in instructional videos

    • @lazymacs2823
      @lazymacs2823 4 года назад

      who cares? oops.. not me

    • @NotWithinLimits
      @NotWithinLimits 4 года назад

      I agree on gender neutral examples in the media. Not many might think its important, but it is.

  • @bpandit9302
    @bpandit9302 6 лет назад

    The diagram at the end made things so much easier to understand.

  • @heroicalx786
    @heroicalx786 6 лет назад

    Thank you

  • @alisalah6839
    @alisalah6839 6 лет назад

    Thank you for making these videos!

  • @Haitham103
    @Haitham103 6 лет назад

    Very nice, keep going. you helped a lot.

  • @MdWahidurRahmanOvi
    @MdWahidurRahmanOvi 6 лет назад

    Subscribed. Very nice, easy and helpful. Excellent Work

  • @TandooriGuide
    @TandooriGuide 7 лет назад

    Thanks for the helpful video!

  • @sarasami76
    @sarasami76 7 лет назад

    keep it up im waiting for the next videos

  • @xogudzla
    @xogudzla 7 лет назад

    Is that your hand writing?

  • @jennyp1011
    @jennyp1011 7 лет назад

    Way to go XD!!