PHP Classes

Packages of nikita m. kozlvovsky

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of nikita m. kozlvovsky (2)  >  Mission progress status  >  Reputation  
Picture of nikita m. kozlvovsky
Name: nikita m. kozlvovsky <contact>
Classes: 2
Country: Russian Federation Russian Federation
Age: 40
All time rank: 70821 in Russian Federation Russian Federation
Week rank: 195 Up12 in Russian Federation Russian Federation Up
All time users: 4284
Week users: 0
Innovation award
Innovation award
Nominee: 2x
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image Kruskal  
PHP Programming Innovation award nominee
November 2004
Number 4
Find minimum spanning tree using Kruskal algorithm
This class implements the Kruskal algorithm to find the minimum spanning tree that traverses a given set of nodes of a graph.

A graph is described as set of nodes and arcs connecting them. The class takes an associative array that has as indexes the letters of the starting and ending node. The respective array entry values represent the cost of traversing two nodes.

The class returns the minimum spanning arcs and the minimum cost to traverse them.

  Files folder image Send WAP Push  
PHP Programming Innovation award nominee
November 2004
Number 7
Send WAP Push message using Clickatell services
This class is meant to send WAP push messages using Clickatell Web services API.

To use this class it is necessary to have a Clickatell account.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z