From 7661f4b835511a6344a72d59ac62ddd1aeb6359d Mon Sep 17 00:00:00 2001 From: zleyyij <75810274+zleyyij@users.noreply.github.com> Date: Tue, 19 Nov 2024 21:44:36 -0700 Subject: [PATCH] vault backup: 2024-11-19 21:44:36 --- education/software development/ECE1400/Chapter 17 Exercises.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/education/software development/ECE1400/Chapter 17 Exercises.md b/education/software development/ECE1400/Chapter 17 Exercises.md index 16325d9..5149ff8 100644 --- a/education/software development/ECE1400/Chapter 17 Exercises.md +++ b/education/software development/ECE1400/Chapter 17 Exercises.md @@ -58,4 +58,4 @@ while (p != NULL) { --- -> **13.** \ No newline at end of file +> **13.** The following function is supposed to insert a new node into its proper place in an ordered list, returning a pointer to the first node in the modified list. Unfortunately \ No newline at end of file