Hi,
I am trying to understand the running time of FF both the original and improved version. For the original version book says:
What I understand from this that before placing the items, FF traverses all the bins from beginning to end i.e. n bins.
Now each bin can have n items, because of...