Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Yassine BAHOU
Projet labyrinthe
Commits
f4f1bf10
Commit
f4f1bf10
authored
Jun 24, 2021
by
Achraf BOUJIDA
Browse files
header de la matrice adjacente
parent
110c08b6
Changes
1
Show whitespace changes
Inline
Side-by-side
partition 2 par arbroresc/matriceadj.h
0 → 100644
View file @
f4f1bf10
#ifndef CONNEXE__H
#define CONNEXE__H
#include <stdlib.h>
#include <stdio.h>
#include <time.h>
#include "partitionarbre1.h"
int
**
matriceadjac
(
int
taille
)
void
Affichermatrice
(
int
**
matrice
,
int
taille
);
partition_t
MatEnPart
(
int
**
mat
,
int
taille
);
#endif // CONNEXE__H
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment