EPISODE · Mar 7, 2013 · 42 MIN
Custom Sorting Algorithms in Java
from How to Program with Java Podcast · host Trevor Page: Java Guru | Programmer | Teacher
Interested in starting your coding career? I'm now accepting students into an immersive programming Bootcamp where I guarantee you a job offer upon graduation. It is a 6 month, part-time, online Bootcamp that teaches you everything you need to know to get a job as a Java developer in the real-world. You can learn more via https://www.coderscampus.com/bootcamp In this episode... Trevor Page teaches you exactly how you would go about implementing a custom sorting algorithm for your Collections or Arrays. By default, Java has the methods "Collections.sort()" and "Arrays.sort()" to sort your Lists/Arrays for you... but what happens when you want to change the way these methods sort? Find out in this podcast!
What this episode covers
Interested in starting your coding career? I'm now accepting students into an immersive programming Bootcamp where I guarantee you a job offer upon graduation. It is a 6 month, part-time, online Bootcamp that teaches you everything you need to know to get a job as a Java developer in the real-world. You can learn more via https://www.coderscampus.com/bootcamp In this episode... Trevor Page teaches you exactly how you would go about implementing a custom sorting algorithm for your Collections or Arrays. By default, Java has the methods "Collections.sort()" and "Arrays.sort()" to sort your Lists/Arrays for you... but what happens when you want to change the way these methods sort? Find out in this podcast!
NOW PLAYING
Custom Sorting Algorithms in Java
No transcript for this episode yet
Similar Episodes
Mar 26, 2026 ·1m
Mar 19, 2026 ·34m
Feb 18, 2026 ·11m
Feb 11, 2026 ·45m