Daily iOS
CS fundamentals and algorithmsPinterestinterview report

Infinite scroll cursors

In an endless iOS list like a pin board, you want to stop the same item showing twice or the next page going missing. If you use a cursor instead of an offset, what state would you store alongside it?

Submit