Skip to content

Commit

Permalink
make stackexchange origin more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
lschneiderbauer committed Dec 3, 2023
1 parent b55324a commit c0d983f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/first_fit_fast.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* from
* code is inspired from a stack exchange answer from George Vidalakis,
* https://cs.stackexchange.com/questions/108859/bin-packing-first-fit-problem-in-on-log-n-time
*
* and modified as required.
*/

#include <vector>
Expand Down

0 comments on commit c0d983f

Please sign in to comment.