This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
We're actively looking for ideas on how to improve Weekly Challenges and would love to hear what you think!
Submit FeedbackMy solution:
Number 20
My first attempt to solve this I was going to use binary math:
I had columns set up, 1 for each of the 15 product types, and I was planning to just sum the values of the columns to get a string like : "001001001001001" to represent which products were bought.
Unfortunately I realised that binary math isn't a thing (!!!) and I realised there was an easier way to do this!