Main Page: Difference between revisions

From Algowiki
Jump to navigation Jump to search
Line 77: Line 77:
=== Search Algorithms ===
=== Search Algorithms ===
* [[Binary search]]
* [[Binary search]]
=== Manipulation ===
* [[Array list: find]]
* [[Array list: find at position]]
* [[Array list: insert at head]]
* [[Array list: insert at position]]
* [[Array list: number]]
* [[Array list: remove]]
* [[Doubly-linked list: insert at position]]
* [[Doubly-linked list: insert at tail]]
* [[Doubly-linked list: remove]]
* [[Find element in sequence iteratively]]
* [[Find element in sequence recursively]]
* [[Hashtable: find]]
* [[Hashtable: insert]]


=== Tree Algorithms ===
=== Tree Algorithms ===

Revision as of 21:43, 6 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 - Bellman-Ford
  • Daniel Kratschmann - Problems
  • Jan Hohmann - B-Tree
  • Jan Rathjens - Ford-Fulkerson
  • Thomas Lautenschläger - ???

Look here for short/uncomplete Pages Special:ShortPages

Page Status

Final: Category:Checkup

To Do

Notations

Problems

Coding Basics

String Matching Algorithms

Sorting Algorithms

Search Algorithms

Manipulation

Tree Algorithms

Graph Theory

Graph Algorithms

Flow Algorithms

Abstract Data Structures

Implementations of Abstract Data Structures

???

Other Algorithms (LOCKED)

Other Data Structures (LOCKED)