Lompat ke isi

Daftar algoritme: Perbedaan antara revisi

Dari Wikipedia bahasa Indonesia, ensiklopedia bebas
Konten dihapus Konten ditambahkan
k perbaikan pranala merah →‎Pencocokan string
Baris 179: Baris 179:
* [[Algoritme de Casteljau]]: melakukan perhitungan [[kurva Bézier]]
* [[Algoritme de Casteljau]]: melakukan perhitungan [[kurva Bézier]]
* [[False position method]]: approximates roots of a function
* [[False position method]]: approximates roots of a function
* [[Gauss-Jordan elimination]]: solves systems of linear equations
* [[Eliminasi Gauss-Jordan]]: menyelesaikan sistem persamaan linear
* [[Algoritme Gauss-Legendre]]: computes the digits of [[pi]]
* [[Algoritme Gauss-Legendre]]: computes the digits of [[pi]]
* [[Gauss-Newton algorithm]]: find minimum of function of several variables
* [[Gauss-Newton algorithm]]: find minimum of function of several variables

Revisi per 9 Maret 2022 09.20

Berikut adalah daftar algoritme.

Lihat juga daftar struktur data, daftar topik umum algoritme, dan daftar istilah yang berhubungan dengan algoritme dan struktur data.

Algoritme kombinatorial

Algoritme kombinatorial umum

Algoritme graf

Algoritme string

Pencocokan string

  • Bresenham's line algorithm: plots points of a 2-dimensional array to form a straight line between 2 specified points (uses decision variables)
  • DDA line algorithm: plots points of a 2-dimensional array to form a straight line between 2 specified points (uses floating-point math)
  • Flood fill: fills a connected region of a multi-dimensional array with a specified symbol
  • Painter's algorithm: detects visible parts of a 3-dimensional scenery
  • Ray tracing: realistic image rendering

Algoritme Kriptografi

Lihat juga Topik dalam kriptografi

Algoritme Numerik

See also main article numerical analysis and list of numerical analysis topics

Number theoretic algorithms

Application of quantum computation to various categories of problems and algorithms

Algoritme medis

Lainnya

Referensi

  1. ^ Presentasi pemalsuan jumlah MD5
  2. ^ frequency domain ICA