Dealing With Space Constraints


Exercises for Chapter #14 of A Common-Sense Guide To Data Structures and Algorithms

Get The Book!

Chapter Exercises


Exercise #1

Use Big O Notation to describe the space complexity of Bubble Sort.

Exercise #2

Use Big O Notation to describe the space complexity of Selection Sort.

Exercise #3

Use Big O Notation to describe the space complexity of Insertion Sort.

Exercise #4

Use Big O Notation to describe the space complexity of Quicksort.

Let's Get In Touch!


Join the forum on The Pragmatic Programmers website to join in on the conversation about this book, or email Jay Wengrow, author of the book and this website directly.