Code Monkey home page Code Monkey logo

fibonacci's Introduction

Fibonacci

As is known to all, we all love FIBONACCI as it has such a beautiful style as the art of math. When we coding, we begin with FIBONACCI (despite of dear Hello World). So can you help me coding in your mother tone or your favorate or any language you like, to do an implementation of FIBONACCI?

Rule

  • Implement a fundamental brick (a class, a module, a function, etc) of your langurage, specify the input and output of this brick;
  • Write any wierd code you want;
  • Here are some suggested identifier for better reading when it comes to a wierd expression;
    • Use q to identify the query input (sugested, if any);
    • Use a to identify the answer output (sugested, if any);
    • Use x to identify the list, or array, or whatever you use, as the fibonacci it self (sugested, if any);
    • Use i to identify the looping process, or the looped that thing (sugested, if any);
    • Use N to identify the length, always choose N = 9999 (sugested, if any);

Git

  • Always make a branch named "fea-(language)-(whateverdiffers)" for a new implementation, open a Pull Request to main for code review after implemented;
  • Always branch for optimization;
  • Always put your code "(language)/fibonacci.(somewhatlangsuffix)", unless it is already implemented;
  • If you are adding a new implementation to an already-implemented language, please name your file "fibonacci-(whateverdiffers).(somewhatlangsuffix)".

fibonacci's People

Contributors

tarcadia avatar mundanity-fc avatar rickylsr avatar src-hyc avatar jcdong98 avatar ding-zhiyu avatar

Watchers

James Cloos 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.