Main Page: Difference between revisions

From Algowiki
Jump to navigation Jump to search
Line 147: Line 147:
=== Other Algorithms (LOCKED) ===
=== Other Algorithms (LOCKED) ===
* [[B*]]
* [[B*]]
* [[Cyclic Redundancy Check]]
* [[Cyclic redundancy check]]
* [[Eulcid]]
* [[Eulcid]]
* [[Gauss]]
* [[Gauss]]
* [[Discrete Fourier transform]]
* [[Discrete fourier transform]]
* [[Fast Fourier transform]]
* [[Fast fourier transform]]
* [[Bresenham]]
* [[Bresenham]]
* [[Round Robin]]
* [[Round robin]]
* [[Seperate and Conquer]]
* [[Seperate and conquer]]
* [[Message-Digest Algorithm]]
* [[Message-Digest algorithm]]
* [[Secure Hash Algorithm]]
* [[Secure hash algorithm]]
* [[Sequent calculus]]
* [[Sequent calculus]]
* [[Resolution calculus]]
* [[Resolution calculus]]
* [[Cocke-Younger-Kasami Algorithm]]
* [[Cocke-Younger-Kasami algorithm]]
* [[Distance Vector Routing]]
* [[Distance vector routing]]
* [[Link State Round]]
* [[Link state routing]]
* [[Z Buffer Algorithm]]
* [[Z Buffer algorithm]]
* [[Marching Squares]]
* [[Marching squares]]
* [[Marching Cubes]]
* [[Marching cubes]]
* [[Bottom-Up Heapsort]]
* [[Bottom-Up heapsort]]
* [[Radixsort]]
* [[Radixsort]]
* [[Median Cut]]
* [[Median cut]]
* [[Pancake sorting]]
* [[Pancake sorting]]
* [[Karnaugh-Veitch Diagramm]]
* [[Karnaugh-Veitch diagramm]]
* [[Delanuay Triangulation]]
* [[Delanuay triangulation]]
* [[Backtracking]]
* [[Backtracking]]
* [[Alpha–beta pruning]]
* [[Alpha–beta pruning]]

Revision as of 08:49, 5 October 2014

News

Rules

  • Add finalized reconstructions of the old Wiki to Category:Checkup.
  • Don't any non-Weihe content until the reconstructions isn't finished.
  • Keep your active reconstructing Pages in "Division of labor" section up to date!

Divison of labor

  • Fabio Cuozzo - Problems on Sequences
  • Daniel Kratschmann - Problems
  • Jan Hohmann - B-Tree
  • Jan Rathjens - Ford-Fulkerson
  • Thomas Lautenschläger - ???

Page Status

Final: Category:Checkup

To Do

Notations

Problems

Coding Basics

String Matching Algorithms

Sorting Algorithms

Search Algorithms

Tree Algorithms

Graph Theory

Graph Algorithms

Flow Algorithms

Abstract Data Structures

Implementations of Abstract Data Structures

???

Other Algorithms (LOCKED)

Other Data Structures (LOCKED)