Array of Objects Algorithms - Search, Sort, Reverse, Max, Min, Custom Methods
CodeBeauty via YouTube
Overview
Syllabus
- What you will learn in this video
- Explaining initial code
- Creating and initializing array of objects
- Algorithm for searching objects in the array
- Algorithm for sorting objects in the array
- Implementing custom method for comparing objects in array
- Good programming practices - passing data by reference vs passing data by value
- Implementing another custom method for comparing objects in array
- ASCII code explained
- Reversing array
- Finding max element in array
- Finding min element in array
- Practical task for you
Taught by
CodeBeauty