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 9: Big O Notations

4.1 ( 11 )


Lecture Details

Get the Code Here httpgoo.glY3UTHWelcome to my Big O Notations tutorial. Big O notations are used to measure how well a computer algorithm scales as the amount of data involved increases. It isnt however always a measure of speed as youll see.This is a rough overview of Big O and I hope to simplify it rather than get into all of the complexity. Ill specifically cover the following O(1), O(N), O(N^2), O(log N) and O(N log N). Between the video and code below I hope everything is completely understandable.

Ratings

0


0 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