Giter VIP home page Giter VIP logo

Comments (1)

terryaney avatar terryaney commented on July 3, 2024

Btw, I think I figured out the issue. I found a different solution in C# (my native language) and was able to run that and put a breakpoint where the first 'difference' occurred in my Typescript implementation. I didn't realize TypeScript/JavaScript number object was basically an int and there was some overflow math issues, but instead of it throwing an exception, it just capped values or something so it wasn't obvious when trying your solution that I had issues. I then changed that implementation to use BigNumber from mathjs library and was able to make it work. So, I bet if I used that instead of built in number type, yours would have worked too. In case you are interested, the C# solution I followed is from his write up. Sadly, the C# version runs in milliseconds while the TypeScript version runs in 30 seconds, lol. For a learning experience, I might try to figure that out, but first I have to solve day 25 :)

from adventofcode.

Related Issues (1)

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.