Main Page: Difference between revisions

From Algowiki
Jump to navigation Jump to search
Line 77: Line 77:


=== Tree Algorithms ===
=== Tree Algorithms ===
* [[Depth-First Search]]
* [[Depth-first search]]
* [[Breadth-First Search]]
* [[Breadth-first search]]
* [[B-Tree:Find]]
* [[B-tree: find]]
* [[B-Tree:Minimum]]
* [[B-tree: minimum]]
* [[B-Tree:Maximum]]
* [[B-tree: maximum]]
* [[B-Tree:Insert]]
* [[B-tree: insert]]
* [[B-Tree:Insert and Rearrange]]
* [[B-tree: insert and rearrange]]
* [[B-Tree:merge two Siblings]]
* [[B-tree: merge two siblings]]
* [[B-Tree:Remove]]
* [[B-tree: remove]]
* [[B-Tree:Shift Key to Sibling]]
* [[B-tree: shift key to sibling]]
* [[B-Tree:Rotate]]
* [[B-tree: rotate]]
* [[B-Tree:Merge]]
* [[B-tree: merge]]
* [[B-Tree:Split-Child]]
* [[B-tree: split]]
* [[Binary Search Tree:Find]]
* [[Binary search tree: find]]
* [[Binary Search Tree:Minimum]]
* [[Binary search tree: minimum]]
* [[Binary Search Tree:Maximum]]
* [[Binary search tree: maximum]]
* [[Binary Search Tree:Insert]]
* [[Binary search tree: insert]]
* [[Binary Search Tree:Remove]]
* [[Binary search tree: remove]]
* [[Binary Search Tree:Remove node]]
* [[Binary search tree: remove node]]
* [[Binary Search Tree:Traverse]]
* [[Binary search tree: traverse]]


=== Graph Theory ===
=== Graph Theory ===

Revision as of 08:52, 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)