By mswatcher
via variadic.me
Submitted: Mar 06 2013 / 11:52
Recently I came across a problem that I know has been solved many times but I’ve never really looked into before. The goal was to be able to show the last 5 entries that had been accessed, ordered by access. This also assumes that each entry can only be shown once, even if accessed multiple times. A practical example would be a web page showing the last few articles that have been accessed or a store showing the last items bought.
Add your comment