Completed
- Finding max element in array
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Array of Objects Algorithms - Search, Sort, Reverse, Max, Min, Custom Methods
Automatically move to the next video in the Classroom when playback concludes
- 1 - What you will learn in this video
- 2 - Explaining initial code
- 3 - Creating and initializing array of objects
- 4 - Algorithm for searching objects in the array
- 5 - Algorithm for sorting objects in the array
- 6 - Implementing custom method for comparing objects in array
- 7 - Good programming practices - passing data by reference vs passing data by value
- 8 - Implementing another custom method for comparing objects in array
- 9 - ASCII code explained
- 10 - Reversing array
- 11 - Finding max element in array
- 12 - Finding min element in array
- 13 - Practical task for you