Skip to content

Commit a1dae3b

Browse files
OrderedSequentialList to SortedLinkedList
1 parent e9c39a2 commit a1dae3b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2273,7 +2273,7 @@ In order to achieve greater coverage and encourage more people to contribute to
22732273
<tr>
22742274
<td>Sorted Linked List</td>
22752275
<td> <!-- C -->
2276-
<a href="./src/c/OrderedSequentialList.c">
2276+
<a href="./src/c/SortedLinkedList.c">
22772277
<img align="center" height="25" src="./logos/c.svg" />
22782278
</a>
22792279
</td>
File renamed without changes.

0 commit comments

Comments
 (0)