Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita498bf1

Browse files
committed
Better ome comments
1 parent72de3a6 commita498bf1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎sorting/BubbleSort.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//sorting oflinked list using bubble sort
1+
//sorting ofarray list using bubble sort
22
#include<stdio.h>
33

44
/*Displays the array, passed to this method*/

‎sorting/InsertionSort.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//sorting oflinked list using insertion sort
1+
//sorting ofarray list using insertion sort
22
#include<stdio.h>
33

44
/*Displays the array, passed to this method*/

‎sorting/SelectionSort.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//sorting oflinked list using selection sort
1+
//sorting ofarray list using selection sort
22
#include<stdio.h>
33

44
/*Displays the array, passed to this method*/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp