Just dropped 6 new videos! “Everything you need to know” and “Implemented from scratch” for LinkedLists, Stacks, and Queues. Happy December y’all! 🎄 Playlist: m.kzbin.info/aero/PL1_cEA1Q0Z8-WO_mXqu8Nf0ObhxhqnBI-
@valeriagamez15097 күн бұрын
Thanks for the video!! 🫡👏🏽
@jamesperalta357 күн бұрын
No problem!!
@abhish83953 күн бұрын
Great Intro video for folks beginning with Data Structures. Would be amazing if we can arrange these videos in a dedicated Data structures Playlist as I can see you have started with a video on Arrays. Keeping in mind that if you are targeting beginners do mention some disclaimers that you are assuming the viewers know a basic programming language and are aware of concepts like Big O (Potentially another playlist to be created). Keep up the great work!
@jamesperalta353 күн бұрын
Hey @abhish8395 - thanks for the suggestion just made a playlist here with all of my DSA videos! I already have all of the videos planned and will be releasing them over the coming weeks so stay tuned :). kzbin.info/aero/PL1_cEA1Q0Z8-WO_mXqu8Nf0ObhxhqnBI-&si=_ZUpo3hlJecK2127
@jamesperalta353 күн бұрын
> if you are targeting beginners do mention some disclaimers that you are assuming the viewers know a basic programming language Ahh you are right - I'm assuming they know Big-O and have basic programming skills. Although I do have a video where I try to teach Big-O: kzbin.info/www/bejne/Y5bSg6xpabipl5Y
@abhish83953 күн бұрын
@@jamesperalta35 Great the playlist looks clean!
@jamesperalta354 сағат бұрын
Hey @abhish8395 I just dropped 6 new videos! “Everything you need to know” and “Implemented from scratch” for LinkedLists, Stacks, and Queues. Playlist: m.kzbin.info/aero/PL1_cEA1Q0Z8-WO_mXqu8Nf0ObhxhqnBI-
@abhish83953 сағат бұрын
@@jamesperalta35 Was visiting relatives past 2 days I will surely check them out as I reach home today! Dropping amazing number of videos I see. Good going!
@johnperaltaCFA8 күн бұрын
What’s the point of classes in Python 😂 what is object oriented programming? What’s the difference between using a class and a function to reuse code?