x
Menu

Java Algorithms

Other, , Prof. Derek Banas

Updated On 02 Feb, 19

Overview

Java Algorithms - Java Sort Algorithm - Stacks and Queues - Linked List in Java - Java Recursion - Java Shell Sort - Java Quick Sort - Big O Notations - Java Hash Table - Java Binary Search Tree - Solving Programming Problems - Java Heaps

Includes

Lecture 10: Java Hash Table

4.1 ( 11 )


Lecture Details

Get the Code Here httpgoo.glsrwIfWelcome to my Java Hash Table tutorial. A Hash Table is a data structure offers fast insertion and searching capabilities. The negative is that they are limited in size because they are based on arrays. They are also hard to order.People get confused about them because of the Hash Function. A hash function is used to generate a unique key for every item in the array. Since every item is entered using a calculation, this allows you to reverse the calculation to immediately find the proper index. This way you can find items without the need to search through the whole array.

Ratings

5.0


1 Ratings
55%
30%
10%
3%
2%
Comments
comment person image

Sam

Excellent course helped me understand topic that i couldn't while attendinfg my college.

Reply
comment person image

Dembe

Great course. Thank you very much.

Reply
Send