iterative-algorithms
There are 46 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
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.
jonbmartin/sigpy-rf
Python package for signal processing, with emphasis on iterative methods. Expanded to include functionality for MRI pulse design.
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
nasser00/Naveen-project
PyInvGeo: Regularized Inversion Techniques
SelimChraibi/AsynchronousIterativeAlgorithms.jl
AsynchronousIterativeAlgorithms.jl handles the distributed asynchronous communication, so you can focus on designing your algorithm.
tedliosu/cuda_mergesort_ytl
My personal attempt at creating a relatively fast iterative mergesort that runs on CUDA and HIP GPUs
ramazancetinkaya/php-algorithms
This repository contains a set of classic algorithm problems and solutions implemented in PHP 8 and above. It is designed for anyone looking to practice or improve their algorithm skills using modern PHP.
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.
Huy-Quang-Dao/DHOCBFiMPC4DyEnv.jl
iterative Discrete High-order Control Barrier Function
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.
alansastre/java-recursion
Recursión y tipos de recursión en Java
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.
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
nicomignoni/NamedVectorizations.jl
Vectorization in Julia, made convenient.
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.
DoorDome/MDST
Minimum Degree Spanning Tree
eskutcheon/MA8463_NumericalLinearAlgebra
Class taken at MSU in Fall 2022 | Mostly homework scripts
maelgini/fract-ol
One of the first graphical projects at 42 School, fract-ol generates beautiful fractals from the complex numbers of an iterative mathematical construct.
mur-ii/Analisis-Kompleksitas-Algoritma
This repository contains the implementation of the final project for the Algorithm Complexity Analysis course, focusing on the Median Search from Two Sorted Arrays. The project aims to compare the efficiency of two median search algorithms: iterative and recursive versions.
RandomKerbal/TIC_TAC_TOE
An independently developed tic-tac-toe application containing 4 fun game modes, 3 AIs using different DFS techniques, highly optimized algorithms, and a fully customizable GUI.
yapeansa/numeros_primos
Programa para listar os números primos de 1 até um inteiro n