Search found 1 match

by el_vitucho
Thu Mar 15, 2007 7:13 pm
Forum: Volume 4 (400-499)
Topic: 442 - Matrix Chain Multiplication
Replies: 21
Views: 5896

Hi everybody, i cant find my mistake here :( , i tried with the inputs and my problem gave me the correct answers. Someone who post more inputs and outputs please!!!...
My code

#include<stdio.h>
#include<string.h>
#include<stack>
using namespace std;

struct matriz{
char c;
int filas,cols ...

Go to advanced search