Hopcroft-Karp bipartite matching Icon

Hopcroft-Karp bipartite matching

A bipartite graph in a variation of Guido van Rossum's dictionary-of-lists forma

Hopcroft-Karp bipartite matchingOverview

Takes as input a bipartite graph in a variation of Guido van Rossum's dictionary-of-lists format, and outputs both a maximum matching (largest possible set of nonadjacent edges) and a maximum independent set (largest possible set of nonadjacent vertices). The running time in the worst case is O(E sqrt(V)) but for many graphs it runs FASTER due to doing fewer than the worst case number of iterations.

NEW

Fixed some bugs.

Hopcroft-Karp bipartite matchingInformation

Version
1.0
Date
02.04.10
License
Language
English
File Size
N/A
Category
SubCategory
Operating Systems
Windows ,Linux,Mac OS,BSD,Solaris
System Requirements
No additional system requirements.
LaTeX codec Icon
Codec for converting unicodes to LaTeX markup and vice versa.
Sieve of Eratosthenes Icon
Computes an infinite sequence of primes using simple generators.
Dendrogram drawing Icon
This recipe draws a dendrogram (horizontal format used for evolutionary trees)
SMAWK totally monotone matrix searching algorithm Icon
This algorithm takes as input a function for computing matrix values.
Breadth first traversal of tree Icon
Uses a recursively called simple generator to traverse a tree in breadth first
Convex hull and diameter of 2d point sets Icon
Convex hull and diameter of 2d point sets script returns the convex hul
Dijkstra's algorithm for shortest paths Icon
Dijkstra(G,s) finds all shortest paths from s to each other vertex in the graph
More
Principal Component Analysis (PCA) Icon
A class that carries out Principal Component Analysis (PCA).
Free
Getting uptime in windows 2000/NT/XP Icon
This recipe will help getting windows uptime using the "net statistics server"
The Last Date Icon
Extends Date class with a method that return the last Date of a month.
Free
Asynchronous port forwarding Icon
This forward the TCP traffic from your machine to another host
Complex Boolean Regular Expression Class Icon
Need to look for the occurence of words in a string or group of words
Free
Display an Image from a specified file Icon
Reads an image file from the filename specified as the 1st parameter
Free
Quickslice decorator Icon
Quickslice decorator script defines a decorator that allows for an abbreviated
Free
mx.ODBC example Icon
mx.ODBC example script shows you how to get the columns of a table and get data.
Free
More