📹 Live: Scaling your Algorithms - Part 1 - Sorting Large Data
1 min read

📹 Live: Scaling your Algorithms - Part 1 - Sorting Large Data

Question: How would you sort a large file that doesn’t fit in memory?

This week, we discussed an extremely common question - how to sort a large file. This typically ends up in a discussion around External Sort. This is a great question because it goes into both algorithms and system design - a hybrid.

Here are notes from the lecture:

We hope you found these useful. To access these sessions live, please sign up at Interview Camp