Skip to content

Commit

Permalink
Update polynomial.c
Browse files Browse the repository at this point in the history
  • Loading branch information
sakshi-0809 authored Oct 23, 2019
1 parent 845d684 commit ad9c1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion C/polynomial.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include<stdio.h>
#include<stdlib.h>

//sakshi made this
struct Node
{
int coeff;
Expand Down

0 comments on commit ad9c1a4

Please sign in to comment.