Coder Social home page Coder Social logo

comp_org_pa2's Introduction

For mystery.s, I tried a few outputs close to 0 to start, and it became clear quickly that
the program was producing output for the fibonacci sequence. Next, I went into the file
and commented on everything I understood in an attempt to figure out what the optimization was.
After that, when I saw that things were being set to -1 for a certain condition, and something was being
set to 0 and something was being set to 1, I realized it was similar to the memoization
tactic. So, I implemented memoization and recursive calls as mystery.s did, but it was
still very slow, so I removed the recursive code and made a better optimized iterative version instead.
It still uses the memoization optimization, but does not use recursion.

As for formula, I just figured out what I needed to have in each part of the program in C,
and then wrote the assembly in the same way. The C program is very short, but the assembly is
almost 200 lines with all of the instructions.

comp_org_pa2's People

Contributors

chri55 avatar

Watchers

 avatar  avatar

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.