Main Page: Difference between revisions

From Algowiki
Jump to navigation Jump to search
Line 41: Line 41:
* [[Problems on Sequences]]
* [[Problems on Sequences]]
** [[Basic Problems on Sequences]]
** [[Basic Problems on Sequences]]
*** [[Find an element in a sequence]]
*** [[Find an element in a sequence]] (DONE)
*** [[Insert an element in a sequence]]
*** [[Insert an element in a sequence]] (Empty in old wiki?!)
*** [[Median]]
*** [[Median]]
*** [[Merging two sorted sequences]]
*** [[Merging two sorted sequences]] (DONE)
** [[Pattern Matching]]
** [[Pattern Matching]]
*** [[One-dimensional string matching]] (DONE)
*** [[One-dimensional string matching]] (DONE)

Revision as of 20:06, 1 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

Data Structures

Other Algorithms (LOCKED)

Other Data Structures (LOCKED)