Main Page: Difference between revisions

From Algowiki
Jump to navigation Jump to search
No edit summary
Line 46: Line 46:
* [[Linked List]]
* [[Linked List]]
* [[Array List]]
* [[Array List]]
* [[First In - First Out]]
* [[First In - Ieast Out]]
* [[Double Linked List]]
* [[Double Linked List]]
* [[Heaps]]
* [[Heaps]]
Line 75: Line 77:
* [[Marching Squares]]
* [[Marching Squares]]
* [[Marching Cubes]]
* [[Marching Cubes]]
* [[Bottom-Up Heapsort]]
* [[Radixsort]]
* [[Median Cut]]
* [[Pancake sorting]]
* [[Karnaugh-Veitch Diagramm]]
* [[Delanuay Triangulation]]


=== Other Data Structures ===
=== Other Data Structures ===
Line 85: Line 93:
* [[Bogosort]]
* [[Bogosort]]
* [[Incidence Matrix]]
* [[Incidence Matrix]]
* [[Voronoi Diagramm]]
* [[Quad Tree]]
* [[Oct Tree]]
* [[kd Tree]]
* [[Binary space partitioning]]

Revision as of 12:15, 10 September 2014

News

  • [math]\displaystyle{ LaTeX }[/math] available now!
  • ToDo List added
  • Every content has to be in English!

To Do

Notations

Coding Basics

String Matching Algorithms

Sorting Algorithms

Search Algorithms

Tree Algorithms

Graph Algorithms

Flow Algorithms

Data Structures

Other Algorithms

Other Data Structures