From 77b344e13eae4b4439f96a8d062151da03bf8263 Mon Sep 17 00:00:00 2001 From: Oskar Date: Fri, 1 Nov 2024 10:44:53 +0100 Subject: been a while, took a break i guess --- 9p37.cpp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 9p37.cpp (limited to '9p37.cpp') diff --git a/9p37.cpp b/9p37.cpp new file mode 100644 index 0000000..50a67a1 --- /dev/null +++ b/9p37.cpp @@ -0,0 +1,17 @@ + +/* + * + * 9.37 + * + * + */ + +int main () { + + // Array is fixed size + // Not sure why list does not have capacity. + // From my understanding of manually creating linked lists + // We create each node and connect the previous one to the new one. + // Maybe there is not really a need to allocate for nodes that dont exist? + return 0; +} -- cgit v1.2.3