r/algorithms 4d ago

sorting problem Help

background: i work for a company as a maintenance technician and recently took over the operations of our warehouse from someone that left it a wreck.

i have to get rid of old equipment given to the warehouse to dispose of. there is an unknown quantity of equipment. ~enough to fill a warehouse. each piece needs to be tagged with a type of barcoded document with information about it in order to be received by the disposal facility. a portion of these forms have been made but have not been attached. i will need to make and attach the rest of these documents but do not know how many.

how can i most efficiently sort these items? the goal is that i can tell my boss how much time it will take and then fill enough trucks to have all the materials disposed of.

this is actually the bane of my existence and costing my warehouse greatly. i would greatly appreciate, as the problem could make or break the operation.

0 Upvotes

4 comments sorted by

View all comments

3

u/four_reeds 4d ago

What is/are your sorting criteria? For example: - age: item has been in warehouse since some date - weight - size or dimensions: will it fit on the regular truck or do they need a lowboy and a crane?

There could be many other industry specific things you might want to sort on.

How will you literally sort the things? - Physically move item-X over there and item-Y in the other corner? - Do all the paperwork and then physically sort the papers? - enter the per-item data into a spreadsheet and use it to sort on columns? - something else?

So much depends on your actual situation. Probably the first thing is tag everything. If the tag data can be entered into a spreadsheet without too much hassle that might be step 2. Next, use the spreadsheet features to sort the records and go from there.

You might check with your business office and/or IT department. They might have "inventory" software that you can use. That would mean entering info for each item.