Java Searching and Sorting

Java Sorting and Searching resources from:
Horstmann, C. (2013) Java For Everyone – Late Objects, Second Edition, John Wiley and Sons

PowerPoint – Chapter 14 – Sorting and Searching

Chapter 14 – Sorting and Searching (PDF)

Chapter 14 Example Code (ZIP)

Worked Example 1 – Enhancing the Insertion Sort Algorithm (PDF)

Lab Exercises without Answers

Lab Exercises with Answers

Chapter 14 – Programming Exercises Solutions

Student Companion Site for Worked Examples, Web Chapters, Source Code, Video Examples, Video Examples Code and Errata: http://bcs.wiley.com/he-bcs/Books?action=index&bcsId=6907&itemId=1118063317


Learn Programming in Java: Lesson 15 – Sorting and Searching
(https://www.youtube.com/watch?v=k57PtwQKFoA)

Published on 18 Oct 2013
This lesson introduces sorting and searching of collections. We’ll briefly discuss the how’s and why’s of sorting and searching and cover both writing your own algorithms and well as using java.Util.Collections. In our examples we will sort and search integers and the student class, implementing custom comparators to sort the data in different ways.

Advanced Java tutorial – Searching and Sorting Arrays Primitives and Objects
(https://www.youtube.com/watch?v=huXmaP71480)

Published on 14 May 2015


 

Algorithms Lesson 5: Linear and Binary Searching
(https://www.youtube.com/watch?v=wNVCJj642n4)

Uploaded on 28 Dec 2009
http://xoax.net/
Lesson Page:
http://xoax.net/comp_sci/crs/algorith…
For this algorithms video lesson, we explain and demonstrate graphically how to perform the linear and binary search algorithms with a pseudocode implementations. Additionally, we give a speed comparison for the two searches. C++ code for the algorithms is available on our lesson page.

Linear Search
(https://www.youtube.com/watch?v=CX2CYIJLwfg)

 

Published on 5 Oct 2012


Binary Search
(https://www.youtube.com/watch?v=5xlIPT1FRcA)

Published on 7 Oct 2015


Binary Search
(https://www.youtube.com/watch?v=D5SrAga1pno)

Published on 26 Sep 2012


What is binary search
(https://www.youtube.com/watch?v=j5uXyPJ0Pew)

Published on 23 Jan 2013
See complete series on binary search here
http://www.youtube.com/playlist?list=…
Binary search is one of the most fundamental algorithms in computer science. In this lesson, we have tried to explain binary search
Prerequisite: basic programming skill, knowledge of concepts like array and loop..

Selection Sort
(https://www.youtube.com/watch?v=f8hXR_Hvybo)

Published on 16 Sep 2012


Quicksort
(https://www.youtube.com/watch?v=aQiWF4E8flQ)

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

Published on 15 Jan 2014

Bubble Sort
(https://www.youtube.com/watch?v=8Kp-8OGwphY)

Published on 26 Sep 2012


Merge Sort
(https://www.youtube.com/watch?v=EeQ8pwjQxTM)

Published on 26 Sep 2012


Insertion Sort
(https://www.youtube.com/watch?v=DFG-XuyPYUQ)

Published on 26 Sep 2012


 

Asymptotic Notation
(https://www.youtube.com/watch?v=iOq5kSKqeR4)

Published on 13 Jan 2013