Code Monkey home page Code Monkey logo

fibonaccigenerator's Introduction

Hi, I am Reshma 👩‍💻

Visitors website Linkedin Leetcode GeeksforGeeks Medium

  • 💬 Ask me about Python, Java, Data Structures, Algorithms, Ethereum blockchain, Solidity

  • 📝 I write technical articles on GeeksforGeeks, Medium and Hashnode

  • 📫 How to reach me: Linkedin

  • ⚡ Fun fact: Likes 💻computer💻, technology, 📱gadgets🖥️, cycling🚴‍♀️, painting🎨, nature🍀🌼☘️🌷

Languages & Tools

Python Java Solidity Ethereum HTML5 CSS3 Bootstrap SASS PHP MySQL jQuery JavaScript Android PyCharm Firebase Brave Apache Tomcat Visual Studio Code NetBeans IDE

Anurag's GitHub stats

Top Langs

Read my Articles

GeeksforGeeks Medium Hashnode

fibonaccigenerator's People

Contributors

chlorinepentoxide avatar reshmaharidhas avatar

Stargazers

 avatar

Watchers

 avatar  avatar

fibonaccigenerator's Issues

Change implementation of Fibonacci Numbers

Location

File: FibonacciGenerator.java
Method Name: generateFib()

Problem:

The current implementation uses an array to store previous numbers
which for this program is not required hence is a memory lag.

Solution:

  • Use three variables to store before previous, previous, and current numbers only and calculate the next numbers
    based on these variables.

Change Absolute Paths to Relative Paths

Location

File Name: FibonacciGenerator.java
Line: 35

Problem:

Contains a absolute path for the window icon in the developers directory instead of a relative
path which would have made the code reproducible across different environments.

Probable Solution(s):

  • Upload the requisite image and change the absolute path to a relative path.
  • (or) Remove the need for an window icon

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.