Git Product home page Git Product logo

Comments (3)

robkeim avatar robkeim commented on September 27, 2024

@cmccandless are you talking about this readme?

If so, the Readme calls out two different groupings for the eights books, and you need to choose the cheaper one. If you're getting 51.60 it's probably because you're using a greedy algorithm and the greedy algorithm doesn't always work in this problem :)

from csharp.

robkeim avatar robkeim commented on September 27, 2024

Copying the relevant part of the readme for your convenience:

However, a different way to group these 8 books is:

1 group of 4 books --> 20% discount (1st,2nd,3rd,4th)
+1 group of 4 books --> 20% discount (1st,2nd,3rd,5th)
This would give a total of:

4 books at a 20% discount
+4 books at a 20% discount
Resulting in:

4 x (8 - 1.60) == 4 x 6.40 == $25.60
+4 x (8 - 1.60) == 4 x 6.40 == $25.60
For a total of $51.20

And $51.20 is the price with the biggest discount.

from csharp.

cmccandless avatar cmccandless commented on September 27, 2024

Ah, that's what I get for trying to code before coffee; I misunderstood that part of the readme. My mistake.

from csharp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.