My Algorithms

Sort by


  • Strassen algorithm for matrix miltiplication

    Strassen algorithm is an algorithm used for matrix multiplication. It is faster than the standard matrix multiplication algorithm, but would be slower than the fastest known algorithm for extremely large matrices.

    It's useful mostly for large matrices.

    by cohenman on 17 Jul 11
    5
    362 downloads
    0
  • Binary Tree

    Binary tree in C++

    Simple, may not be the best implementation there is. Contains functions for inserting, deleting, finding the next and previous values, checking if a node is a leaf, printing, searching, counting the number of nodes, etc.

    Also contains a main with examples. Nice for beginners.

    by cohenman on 29 May 11
    0
    322 downloads
    0
 

My Algorithm Requests

No requests posted yet.