iterative-algorithms
There are 37 repositories under iterative-algorithms topic.
MichaelJWelsh/cdsa
A library of generic intrusive data structures and algorithms in ANSI C
mikgroup/sigpy
Python package for signal processing, with emphasis on iterative methods
nep-pack/NonlinearEigenproblems.jl
Nonlinear eigenvalue problems in Julia: Iterative methods and benchmarks
jonbmartin/sigpy-rf
Python package for signal processing, with emphasis on iterative methods. Expanded to include functionality for MRI pulse design.
AlexSantopaolo/Optimization-Based-Iterative-Learning-Control-for-Trajectory-Tracking
University group project concerning the implementation of an iterative learning controller tested on a Cart-Pole system. The code has been implemented in Matlab.
ojdo/gbnm
Globalized Nelder-Mead method, implemented for MATLAB (compatible with GNU Octave)
real-space/tfQMRgpu
A CUDA implementation of the transpose-free Quasi-Minimal Residual method
tedliosu/cuda_mergesort_ytl
My personal attempt at creating a relatively fast iterative mergesort that runs on CUDA GPUs
SelimChraibi/AsynchronousIterativeAlgorithms.jl
AsynchronousIterativeAlgorithms.jl handles the distributed asynchronous communication, so you can focus on designing your algorithm.
HamdanSidz/Tower-of-Hanoi-n-disks-itterative-aproach
Gives steps at each level along with array visualization of towers, you can go for 'n' number of disks as well.
jamesross2/iterwrite
Print tidy results.
jtcass01/FractalLab
A Python platform for exploring and generating mesmerizing fractal patterns. This repository provides a collection of fractal algorithms and interactive tools to help you dive into the fascinating world of fractals.
Ahmed-Ibrahim-30/Convert_recursion_to_Iterative
Convert Recursion function to Iterative Function by Push in stack
alansastre/java-recursion
Recursión y tipos de recursión en Java
JuanRomo-dev/FAL
Repository of the course Algorithmic Fundamentals, which is part of the University Program Software Engineering in Universidad Complutense de Madrid (UCM).
lezahlie/Stencil-Project
Performance Analysis of Iterative Stencil Loops using Pthreads and OpenMPI
mohamedhedi1/-Pascal-s-triangle-without-array
Pascal's triangle in both iterative and recursive methods without array.
pietroluongo/poisson-solver
Implementação do Segundo Trabalho de Algoritmos Numéricos 2019/1. Resolve equações de Poisson pelo método das diferenças finitas.
Venkatasai1909/Bank-Simulation-Software
1.User can create a new account,or login into existing account.\n 2.The code automatically generates random account number and pin while creating a new account. \n 3.User can login using Account number and Pin ,and perform operations like updating pin,balance enquiry,withdraw and deposit amount ,logout.
vladutmargineanu/Page-Rank
Homeworks for the Numerical Methods course @ ACS, UPB 2018
admacpherson/Recursive-vs.-Iterative
A program to measure runtimes of recursive and iterative functions in calculating exponentials and a supporting academic paper.
anshmehta380/DSA
DSA Implementation
Arsham1024/Numerical_Methods
This package has the implementation of 5 numerical methods: bisection, false-position, secant, modified secant, and Newton
Darkness2k19/MDST
Minimum Degree Spanning Tree
gitcordier/TheChemicalBrowsers
Given a chemical formula, find how many H, He, Li, Be, B, C, N, ... are involved. Iterative algorithm, not the naive one!
leonid-sokolinsky/BSF-skeleton
BSF-skeleton
yagmurprmksz/Hanoi-Towers
Hanoi towers designed for the analysis of recursive and iterative algorithms. You can view the moves with a simple interface designed in Python by giving disk number and delay time inputs.
ayoubchemli/Tower-of-Hanoi
Interactive C-based application for solving and visualizing the Tower of Hanoi problem. Features recursive and iterative algorithms with graphical representation using the Raylib library, and performance analysis for both approaches.
CHEREF-Mehdi/Fractal-using-cuda
Implement fractal models with cuda in opengl c++
enricofacca/rcis
Template for Iterative solver using a Reverse Communication approch
quarkgluant/Recursion-vs-iterative-python
A few exemples of the 2 versions (recursive vs iterative) of simples algo in Python, from Codecademy Pro
Quelich/riscv
Explore to what extent RISCV enables developers.
wololobzh/FibonacciWithKotlin
Algorithme de Fibonacci avec Kotlin