This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | /*Albin Ramirez Tarea Estructuras de Datos*/ | |
| #include <stdio.h> | |
| #include <conio.h> | |
| #include <string.h> | |
| #include <stdlib.h> | |
| typedef struct { | |
| char nom[25]; | |
| int edad; | |
| char in[30]; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | //Albin Ramirez Cubillo 2012 | |
| #include<iostream> | |
| #include <stdlib.h> | |
| #include "grmat.cpp" | |
| int **D; | |
| bool conexo = false; | |
| using namespace std; | |
| /////////////////////////////////////////////////////////////////////////////////////// | |
| void isConexo(Graph* grafo) { | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | //Albin Ramirez Cubillo 2012 | |
| #include <cstdlib> | |
| #include <iostream> | |
| #include <string> | |
| #include <vector> | |
| using namespace std; | |
| int arbol1 [8]; | |
| int arbol2 [8]; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | //Albin Ramirez Tarea Estructuras | |
| #include "stdafx.h" | |
| #include "stdafx.h" | |
| #include <iostream> | |
| #include <conio.h> | |
| #include <string.h> | |
| #include <sstream> | |
| #include <assert.h> | |
| #include <string.h> | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | // Colas.cpp: archivo de proyecto principal. | |
| #include "stdafx.h" | |
| #include <iostream> | |
| #include <conio.h> | |
| #include <string.h> | |
| #include <sstream> | |
| #include <assert.h> | |
| #include <string.h> | |
| #include <iostream> | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | // MMM.cpp: archivo de proyecto principal. | |
| // ALBIN RAMIREZ | |
| #include "stdafx.h" | |
| #include <iostream> | |
| #include <conio.h> | |
| #include <string.h> | |
| #include <sstream> | |
| using namespace System; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | wedq | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | TET | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #include <iostream> | |
| #include <conio.h> | |
| using namespace std; | |
| //Verificador de sudoku Albin Ramirez | |
| bool buscar(int mat[9][9], int num, int i, int j) | |
| { | |
| int sum=0; | |
| int a=0; | |
| int k; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | TEST |