diff --git a/404.html b/404.html index 3c6ca2b79..73afa57fa 100644 --- a/404.html +++ b/404.html @@ -1484,7 +1484,7 @@
-
array.c

+
array.c
int arr[5] = { 0 }; // { 0, 0, 0, 0, 0 }
+int nums[5] = { 1, 3, 2, 5, 4 };
 
@@ -1737,7 +1738,7 @@
-
array.c

+
array.c
[class]{}-[func]{randomAccess}
 
@@ -1872,7 +1873,7 @@
-
array.c

+
array.c
[class]{}-[func]{extend}
 
@@ -2048,7 +2049,9 @@
-
array.c

+
array.c
[class]{}-[func]{insert}
+
+[class]{}-[func]{removeItem}
 
@@ -2209,7 +2212,7 @@
-
array.c

+
array.c
[class]{}-[func]{traverse}
 
@@ -2335,7 +2338,7 @@
-
array.c

+
array.c
[class]{}-[func]{find}
 
@@ -2494,7 +2497,7 @@
-
linked_list.c

+
linked_list.c
[class]{}-[func]{insertNode}
+
+[class]{}-[func]{removeNode}
 
@@ -2124,7 +2126,7 @@
-
linked_list.c

+
linked_list.c
[class]{}-[func]{access}
 
@@ -2261,7 +2263,7 @@
-
linked_list.c

+
linked_list.c
[class]{}-[func]{findNode}
 
@@ -2559,7 +2561,7 @@
-
my_list.c

+
my_list.c
[class]{myList}-[func]{}
 
@@ -3213,7 +3213,7 @@