Giter VIP home page Giter VIP logo

agile_web's Introduction

作业内容 实现 fibonacci 数列,要求(以Java为例)如下

不要提交依赖包等文件
分两次提交,第一次提交README.md,第二次提交代码
函数名为 Fibonacci.of()

of是一个静态方法,入参是int,返回值是int 参数从1开始,各参考值如下

Fibonacci.of(1) == 1 Fibonacci.of(2) == 1 Fibonacci.of(3) == 2 Fibonacci.of(4) == 3 Fibonacci.of(5) == 5 ...

在main函数用循环打印1~200的Fibonacci数列
提交到自己的github
将作业的github地址写在答案中

agile_web's People

Contributors

xiaodidada avatar

Watchers

 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.