forked from menault/TD1_DEV51_Qualite_Algo
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			185 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			185 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| Pour compiler :
 | |
| 
 | |
| gcc -g -pg -o student_rank student_rank.c heapsort.c bubblesort.c
 | |
| 
 | |
| Pour lancer :
 | |
| 
 | |
| ./student_rank <Nombre etudiants> <Nombre notes par etudiants> <mode debug (0 ou 1)>
 | |
| 
 |