Array of Objects Algorithms - Search, Sort, Reverse, Max, Min, Custom Methods
Offered By: CodeBeauty via YouTube
Course Description
Overview
Learn essential algorithms for working with arrays of objects in this comprehensive tutorial. Master techniques for searching specific elements, sorting and reversing arrays, and finding minimum and maximum elements using custom criteria. Explore the implementation of custom comparison methods and understand good programming practices like passing data by reference versus value. Dive into concepts such as ASCII code and its relevance in sorting. Apply your newfound knowledge with a practical task at the end to reinforce your learning. Ideal for programmers looking to enhance their skills in array manipulation and algorithm design.
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
Related Courses
Information TheoryThe Chinese University of Hong Kong via Coursera Intro to Computer Science
University of Virginia via Udacity Analytic Combinatorics, Part I
Princeton University via Coursera Algorithms, Part I
Princeton University via Coursera Divide and Conquer, Sorting and Searching, and Randomized Algorithms
Stanford University via Coursera