24 packages tagged with “fibonacci”
Library for compressing integers in the minimal number of bits. Includes VLQ, Elias Omega, Elias Gamma, Elias Delta, Fibonacci and others.
Fibonacci Retry system
A library for functions used in solving Project Euler problems, along with some basic statistical functions, coded in F# The Project Euler functions cover primes, factorials, narcissism, random numbers, arrays and series/sequences (collatz, terra, Fibonacci). The statistical functions cover variance, standard deviation, and sum of squares.
Fibonacci is a sequence generator that is performant from Int32 all the way up to BigInteger.
to get nth fibonacci number AND to generate first n terms
An example NuGet package.
It will give you nth(input) fibonacci number.
Calculate the Nth Fibonacci number
Contains common math functions useful in business situations and monte-carlo-like constructs.
Library for Forex, Stock, etc trading. It has things like Fibonacci, PivotPoints...
This library provides a variety of intuitive mathematics APIs.
Code samples that accompany the AWS blog post on jsii
A Fibonacci Library with varius functions regarding the Fibonacci sequence.
Fully managed library providing five types of heap. It implements d-ary, binary, binomial, Fibonacci and pairing heaps, in order to let the user choose the best heap to fit her/his needs. Each heap has its own advantages and disadvantages: please see the documentation or Wikipedia to better understand how those data structures work and how they behave in each operation.
A simple library for generating the Fibonacci sequence using Iterative or Recursive methods.
Library for expressing data in the least possible space without using compression. Handy storage and transmission of data when both speed and size are critical. Includes VLQ, Elias Omega, Elias Gamma, Elias Delta, Fibonacci and others.
Response definition classes for fSeries API
MathExtensions is a library for .NET that aims to provide useful extensions methods regarding various mathematical domains, like combinatorics, sequence analysis, sequence generation, sequence manipulation, random extractions, etc.
Topological quantum computing plugin for FSharp.Azure.Quantum. Provides anyon theory (Ising/Fibonacci/SU(2)_k), braiding compilation, gate-to-braid conversion, Majorana hardware simulator, noise models, and topological file format (.tqp). Seamlessly integrates with main package algorithms (Grover, QFT, QAOA) via IQuantumBackend interface. Requires FSharp.Azure.Quantum v1.3.10+.
Fibonacci Retracement Reversal Strategy (C#)
Fibonacci Retracement Reversal Strategy (Python)
Pattern detection for 37 bullish and 37 bearish candlestick patterns, 9 bullish, 9 bearish and additionally 2 continuation classic chart formations, 6 bullish, 6 bearish fibonacci chart patterns. Additionally, you can test their effectiveness on the data provided.
MoreStructures is a library of classical algorithms and data structures, written 100% in (safe, managed) C# 10, for .NET 6 and above. Data structures - Stacks, Queues, Priority Queues, Disjoint Sets, Trees, Graphs, Suffix Trees, Suffix Tries. Algorithms - Strings sorting and matching. Lists searching and sorting. Trees augmentation and visit. Graphs: visits, minimum spanning tree, shortest distance, shortest path, topological sorting, strongly connected components. Suffix Trees and Tries construction and matching.