Courses

Structured problem-solving using Java recap (IT168)

Jaegool 2023. 1. 14. 07:39

These videos are prerequisites for the Data Structures Class(IT179).

 

 

if/else: 

https://www.youtube.com/watch?v=eNGxBzbgulA 

 

 

 

 


Introduction to for loops: 

https://www.youtube.com/watch?v=LvqG-YQ1DvY 

 

 

 

 


Class constructors and creating objects: 

https://www.youtube.com/watch?v=xG_h-XXYer8 

 

 

 

 


Aggregation: 

https://www.youtube.com/watch?v=uT42IrlHEwI 

 

 

 

 


Getting started with arrays: 

https://www.youtube.com/watch?v=RJ-IdfhbDuk 

 

Performing operations on array elements: 

https://www.youtube.com/watch?v=y8hIoyARPrg 

 

 


Finding the min and max values in arrays: 

https://www.youtube.com/watch?v=qvjIphFIN8Y 

 


Comparing arrays: 

https://www.youtube.com/watch?v=J4uwWK4w25w 

 

 


Using arrays in methods: 

https://www.youtube.com/watch?v=9e0iznVuSm4 

 

 

 

 


Selection sort: 

https://www.youtube.com/watch?v=QZkWbCQh0Ho