Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
comment update
  • Loading branch information
shubham99999 authored Oct 24, 2019
1 parent 52bd1ad commit 06ff2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion insertion_sort/C/insertion_sort.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <stdio.h>
#include <math.h>

#include <string.h>
void insertion_sort(int arr_size, int *arr) {
// Fuction to do insertion sort.
int i;
Expand Down

0 comments on commit 06ff2fc

Please sign in to comment.