Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
swagatata committed Apr 30, 2011
1 parent 5324ff3 commit f4d43c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 3,7 @@ We are aiming to provide c & python code for standard textbook data structures
Currently, the following algorithms are working:

* Kruskals
* Matrix Chain Multiplication - Optimization

There are some other algorithms that can be used:

Expand All @@ -13,6 14,7 @@ There are some other algorithms that can be used:
In terms of data structures, the following are available:

* An adjacency matrix representation of a graph (in C )
* An adjacency list representation of a graph (C )
* A class that provides all the comparison operators based on the presence of a cmp function
or a less than operator in a class (see: default_operators.hpp)

Expand Down

0 comments on commit f4d43c1

Please sign in to comment.