mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-21 21:11:57 +03:00
remove unused headers and add comments
This commit is contained in:
parent
679b30b725
commit
6c6879fe52
@ -10,10 +10,9 @@
|
||||
* @author [Gabriel Fioravante](https://github.com/northernSage)
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <assert.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdlib.h> // for rand() calls
|
||||
#include <assert.h> // for testing assert(<expr>)
|
||||
#include <stdbool.h> // for boolean values: true, false
|
||||
|
||||
#define MAX 20
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user