Java Data Structures Tutorial

preview_player
Показать описание
In this java data structures tutorial your will learn the different ways that you can store and manipulate data using: Arrays, 2D Arrays, Lists, Set and Maps.

#javatutorial #javadatastructures #amigoscode

Don't Forget to
===========================================

⭐ Table Of Contents ⭐
===========================================
00:00 - Intro
01:18 - IntelliJ
03:26 - Arrays
17:37 - 2D Arrays
25:04 - Lists and ArrayList
37:12 - Stack
46:16 - Queue
54:06 - Linked List
01:07:05 - Sets
01:16:03 - Map Interface
01:18:06 - Map
01:27:59 - Hash Functions and HashCode
01:38:52 - Outro

🙊 Here are the goods for all my videos video 🙊

► Recommended Books
===========================================

► Computer and Monitor
===========================================

► Camera Gear
=============================================

► IDE & Tools I use for coding 💻 🎒
===========================================
- ITerm
- VsCode
- GoLand
- IntelliJ Ultimate
- Sublime

P.S
===========================================

❤️ Thanks for watching
Рекомендации по теме
Комментарии
Автор

Hey. Just wanted to give you a thanks for making these types of videos. Last year during the pandemic I was ~5 months out of school and was struggling to find a job in tech. I randomly found your Spring Security tutorial video and did my best to follow along consistently day after day. I believe I landed my first job because of you and here I am again because I know your content quality is amazing. Thanks again!

TheCodejuice
Автор

Hey bro, can you create second part of it with advanced data structures like binary trees, heaps etc

rahulchavan
Автор

Asalamualeykoum bro from Russia! I'm recently a software engineer and I very appreciate your channel.

funnycats
Автор

This is what I want!! Coding from the beginning and explaining why you writing that code. Unlike to the other youtubers who already have codes and expects that you already understands it

Sauce-ke
Автор

Hey Nelson! Good explanation as always, great job! One remark on 5:22. For arrays it's O(1), not O(n) complexity to get specific element by it's place in an array.

mykolahorkov
Автор

Retrieving an element from an array is O(1), not 0(n). That’s one advantage over a linked list, for example, which is 0(n). Now *removing* or *adding* an element is where we have the complete opposite situation, where linked lists are O(1) and arrays are O(n)

mario_luis_dev
Автор

This is directed at Amigoscode!! -i normally dont comment on tutorial vids BUT i am making an exception for this channel..You are doing a fantastic, amazing job. Do NOT stop what you are doing! Your videos are well edited and your presentation and narration methods are truly excellent-FAR better than most of the MORONS on youtube who make feeble attempts to introduce complex coding and software engineering topics to the masses..Seriously man you are doing our community of global programmers a big favor, and I appreciate it-just wanted u to know this..

rxtechandtrading
Автор

Would love more advanced videos/courses. You explain things so clear and concisely that I'd love for you to break down more complicated concepts and libraries with focus on real world use cases.

dtPlaythroughs
Автор

Needed this 2 months ago, but I'll take it now haha. Thank you so much! Great tutorial!

Vyse
Автор

Thank you for making this. I'm doing terrible with my class because my life is so busy and my professor teaches nothing during class in practice, just powerpoints. I have to read like 250+ pages to learn things he's teaching like he assigns and I'm absolutely lost. thank you. this is amazing.

juliana
Автор

When I started gathering info about data structures you came up with this video, amazing stuff man!

kubamusialik
Автор

Wow man...awesome...I am a Java professional and I recently started to watch your video on youtube...you are superb...your teaching style is very good and gives important details point to point with the required practical approach...I have seen your course on your sites too...why don't you come to Udemy so your course is accessible globally conveniently...you really helping people!!...thanks for your efforts and your positive mindset!!!!

rajkhare
Автор

Thanks for this content. I'm switching from Python to Java for a new job position. And this is very helpful for me to refresh and glance the data types in Java.

mebaysan
Автор

i have expected this course for a long. Tks sir!

hungnguyenviet
Автор

Thanks for the work you do. Greetings from Poland

mateuszorlicki
Автор

Brother Neilson may Allah make things easy for you. Thank you very much ❣

atalibcodinglevel
Автор

Your way of teaching is great... 💜
Best refresher on java DSA

sekhafrid
Автор

Thanks for showing the shortcuts as well

alexandergeorgiev
Автор

1:38:40 Note to myself: if you don't override its classes, its comparison is based on object's memory address instead of its content.

daviduntalan
Автор

DUde you're awesome for this video. I took data structures and OOP in Java and struggled linking all the concepts together. You tied it all together concisely and in a very-well done manner. I'm confident stepping into LeetCode easies w/ a solid foundation. I can grind out the logic, but needed somewhere to start from :) I need to go over OOP concepts again but you made it a hell of a lot easier my friend. Best

nicholascherry