Code Monkey home page Code Monkey logo

collatz's People

Contributors

jasonbock avatar jonsequitur avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

collatz's Issues

Add an Icon

Basically having 3x + 1 in Cascadia. Something simple.

Update to .NET 6

Self-explanatory. Get everything to .NET 6, if possible. Not sure if .NET Interactive will work with .NET 6 yet - refer to this for more information.

Package Upkeep

  • Only target .NET 8
  • Remove the .snupkg generation and do <DebugType>embedded</DebugType> instead
  • Update copyright
  • Anything else I can think of....

Consider Using SAMIs

Right now GenerateSequence() uses BigInteger. There may be cases where a user would want to use a long or an int. It may be possible to use the new .NET 7 interfaces to provide more expressiveness.

  • How would the code be able to define a 3 value generically? This sounds odd, but most of the interfaces have a Zero and One property. I don't think I can just use a 3 arbitrarily.
  • It's possible that a type with a limited size could overflow. I probably want to put the code within a checked block to ensure an OverflowException occurs.

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.