Recent posts

American Novels

15 minute read

American Novels Kahoot Chap 1 to 3 Game 1.What time period was a reaction against Reason and return to nature? Romanticism(1800 to 1850) 2.Every citizen s...

Quick Sort Algorithm

less than 1 minute read

Professor Recitation Basic Quick Sort Pivot X is designated as A[0] or A[n-1] Understanding through Examples Cheating Version Standard Version

Dijkstra Algorithm

less than 1 minute read

Professor Recitation Dijkstra Algorithm Dijkstra Algorithm: Algorithm used to find the shortest past between two distances. What is different f...

Hashing Algorithm

less than 1 minute read

Professor Recitation Hashing Instead of allocating a lot of space, let’s allocate less space. Store the items in a smaller dynamic direct access array with ...