Post Reply 
How do I learn RPL and solve this problem with it?
09-26-2017, 02:50 PM
Post: #29
RE: How do I learn RPL and solve this problem with it?
(09-26-2017 06:03 AM)pier4r Wrote:  Thus the list of resistor precomputed surely speeds up the problem, but it is not needed to have all the combination precomputed (although it is a nice challenge of packing that data on the 50g).

I wouldn't be so sure it speeds up the problem. You'll be searching through a large list of pairs, which is not necessarily any faster than computing 4 or 5 values on the fly. It's just a couple of additions and divisions versus a long loop of comparisons (only subtractions in the end, but we could be talking in the hundreds until you find all the valid combinations through the list).
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How do I learn RPL and solve this problem with it? - Claudio L. - 09-26-2017 02:50 PM



User(s) browsing this thread: 1 Guest(s)