Hacker News new | ask | show | jobs
by lucasverra 1703 days ago
I see using this UI for business decision-making for 5-10 options
1 comments

I made a tool like this for our team a while back, and made it available for free: https://decidedly.so

Would love to hear your thoughts or anyone else's.

(Fun aside: I ended up implementing the Ford Johnson algorithm to minimize the number of comparisons, explanation here: https://github.com/decidedlyso/merge-insertion-sort )