mirror of
				https://gitlab.com/klmp200/LO27.git
				synced 2025-10-31 03:23:04 +00:00 
			
		
		
		
	added algos
This commit is contained in:
		| @@ -188,11 +188,6 @@ int deleteListContent(List *list){ | ||||
| 		while (current != NULL){ | ||||
| 			toDelete = current; | ||||
| 			current = current->next; | ||||
| /* | ||||
| 			if (toDelete->data != NULL){ | ||||
| 				FreeCellElement(toDelete->data); | ||||
| 			} | ||||
| */ | ||||
| 			free(toDelete); | ||||
| 		} | ||||
| 		list->head = NULL; | ||||
|   | ||||
| @@ -263,7 +263,6 @@ bool setCellValue(Matrix matrix, int ColPos, int RowPos,bool value){ | ||||
| } | ||||
|  | ||||
| void printMatrix(Matrix matrix){ | ||||
| /* Non optimisé : debug fx */ | ||||
| 	int i = 0; | ||||
| 	int j = 0; | ||||
| 	bool b; | ||||
| @@ -666,8 +665,3 @@ bool equalsMatrix(Matrix m1, Matrix m2){ | ||||
|  | ||||
| 	return true; | ||||
| } | ||||
|  | ||||
| /* todos : | ||||
| *faire les fontions débiles qui restent | ||||
| *ecrire doc | ||||
| */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user