Skip to content

Commit 933fd27

Browse files
Update Greedy-PP6.c
1 parent c16befc commit 933fd27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Greedy-Algorithms/Greedy-PP6.c

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#include<stdio.h>
2+
#include<stdlib.h>
23
int find(int a[],int s,int n,int m)
34
{
45
int t1,t2;

0 commit comments

Comments
 (0)