Showing 35 open source projects for "fibonacci"

View related business solutions
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • The All-in-One Commerce Platform for Businesses - Shopify Icon
    The All-in-One Commerce Platform for Businesses - Shopify

    Shopify offers plans for anyone that wants to sell products online and build an ecommerce store, small to mid-sized businesses as well as enterprise

    Shopify is a leading all-in-one commerce platform that enables businesses to start, build, and grow their online and physical stores. It offers tools to create customized websites, manage inventory, process payments, and sell across multiple channels including online, in-person, wholesale, and global markets. The platform includes integrated marketing tools, analytics, and customer engagement features to help merchants reach and retain customers. Shopify supports thousands of third-party apps and offers developer-friendly APIs for custom solutions. With world-class checkout technology, Shopify powers over 150 million high-intent shoppers worldwide. Its reliable, scalable infrastructure ensures fast performance and seamless operations at any business size.
    Learn More
  • 1
    go-datastructures

    go-datastructures

    A collection of useful, performant, and threadsafe Go datastructures

    Go-datastructures is a collection of useful, performant, and threadsafe Go datastructures. Interval tree for collision in n-dimensional ranges. Implemented via a red-black augmented tree. Extra dimensions are handled in simultaneous inserts/queries to save space although this may result in suboptimal time complexity. Intersection determined using bit arrays. In a single dimension, inserts, deletes, and queries should be in O(log n) time. Bitarray used to detect existence without having to...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 2
    Elementary Algorithms

    Elementary Algorithms

    Book of elementary algorithms and data structures

    This book introduces elementary algorithms and data structure. It includes side-by-side comparison of purely functional realization and their imperative counterpart. From 2020/12, I started re-writing this book. The PDF can be downloaded for preview (EN, 中文). The 1st edition in Chinese (中文) was published in 2017. I recently switched my focus to the Mathematics of programming, the new book is also available in (github). To build the book in PDF format from the sources, you need the following...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Rapid Analysis for Investment Decisions
    RAPID Graphing Software for Technical Analysis of Stocks and Commodities
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Pokoy

    Pokoy

    App for Meditation. It abuses your cognitive biases of time estimates

    App for Meditation. It abuses your cognitive biases of time estimates and encourages you to rest more often. This is a Fibonacci timer for meditation. In more complicated terms it reverses timer that is built on progressively longer stretches of time to reinforce the meditations and keep statistics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • 5
    FiboSearch

    FiboSearch

    Efficiently locate minumum of function of non-negative integer

    Fibonacci search for functions! Given a real-valued function of a non-negative integer with one minimum at i in {0, 1, 2, ..., n} and no local minima, efficiently locate that minimum in log (n) time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Fibonacci numbers on a Turing Machine

    Computing Fibonacci numbers on a Turing Machine

    Computing Fibonacci numbers on a Turing Machine https://arxiv.org/abs/cs/0601050
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Angry Calculator

    Angry Calculator

    Angry calculator is a calculator java

    In addition to standard calculator functions, you can perform trigonometric calculations, binary, decimal, hexadecimal. Are included in the calculation of the programs tables, fibonacci, factorial, random number, charting, statistic basic, fast random generator number 1-90, generation and a system for fast calculation of the percentage, calculating the perimeter and area of plane geometric figures. This is also a program to create constant and recall among other functions is also a mini file...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Fibonacci Finder

    This program finds terms in the Fibonacci Sequence.

    The program finds the n term in the Fibonacci Sequence. For example, the 6th term is 8. The program also finds the nth term in the sequence. For example, 8 is the 6th term in the sequence.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    algorithms.js

    algorithms.js

    Classic algorithms and data structures implemented in JavaScript

    Traditional Computer Science algorithms and data structures implemented in JavaScript. Algorithms such as collatzConjecture, extendedEuclidean, fastPower, fibonacci, findDivisors, fisherYates, gcd (Greatest common divisor), greatestDifference, lcm (Least common multiple), newtonSqrt, nextPermutation, powerSet, reservoirSampling, shannonEntropy, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 10

    BFD Fibonacci Pattern Inkscape Extension

    Inkscape plugin for generating the fibonacci pattern

    This is an inkscape plugin, written by the software engineer for Beauty Full Day, for generating the Fibonacci Pattern. It is a flexible plugin for generating different sizes and allows for one to control how spread out the pattern is and how small to large each node can get.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Fibonacci Retracements Extensions

    Used for calculating retracements and extensiions of stocks etc.

    Fibonacci tools are popularly used to forecast the movement of stock. It is based on Fibonacci series and fibonacci ratios. The python program uploaded here will give the retracements and extensions of a stock when the respective High and Low over a stock swing are given.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    MathBench PC Benchmark

    MathBench PC Benchmark

    A benchmark to test your CPU, RAM, and system

    MathBench - KRIEG Technologies Developed by: Northumber, KRIEG Technologies This application tests your CPU clock, CPU cores, ALU performance, RAM clock speed and latency, the threading management and your system optimization. It is divided into five calculation: - Pi number calculation - Napier number calculation - Random number generator - Prime numbers generator - Fibonacci series calculation It has four default presets, but the benchmark can be manually configured. - Normal...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Activate VERY LARGE Fibonacci Numbers in a Short Time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Simponacci

    A Fibonacci Sequence software.

    A simple Fibonacci Sequence software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Command line fibonacci series calculation program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    fibonacci numbers

    generates fibbonaci numbers

    you input the number it outputs the fibbonaci number
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    FibSeqCalculate

    Fastest Fibonacci Sequence Counter

    Fastest Fibonacci Sequence Counter on PC !
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This is based of my Java Extended Math Class. Has functions like fibonacci, factorials, factors, isprime, etc... Feel free to contribute.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Advanced algorithm library implemented by C
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Using boost MPI, a library for message passing in high-performance parallel applications, we develop lagged Fibonacci random number generators.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Fibonacci, to unix shell. Calculate large fibonacci numbers max. 255 digits, and writing to console. Program code writing in pascal language, and very small.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    jAlgorithms is a project mainly for educational purposes. It contains some of the popular algorithms and data structures.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This is a math class that I decided to build. I am trying to built a large amount of math functions that are not already built into Java. So far i have check for prime numbers factors, factorials, fibonacci, etc...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    ADTL is an Advanced Data structures Template Library written in C++. it includs sixteen kinds of stl-like contains, such as fibonacci heap,pariring heap,skew heap,avl tree,red-black tree,splay tree,skip list, unrolled linked list and so on.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Mad Math is a Math API for Java that is aimed at adding needed math functions and formulas that are not in the regular Java Math API, such as fibonacci sequence, is prime, area formulas, greatest common factor, least common multiple etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.