diff options
author | Zhongheng Liu on Homelab <z.liu@outlook.com.gr> | 2025-02-25 16:48:33 +0200 |
---|---|---|
committer | Zhongheng Liu on Homelab <z.liu@outlook.com.gr> | 2025-02-25 16:48:33 +0200 |
commit | 4385db889521de9e228dc02880b19546c7ad73b2 (patch) | |
tree | e8cd821cb7cda01a7114797ccdf69bddf0459c09 /notebooks/linked_lists.ipynb | |
parent | 52c676985e8a11b8f70ed3c6c00750c53a0e7eba (diff) | |
download | cs-y13-4385db889521de9e228dc02880b19546c7ad73b2.tar.gz cs-y13-4385db889521de9e228dc02880b19546c7ad73b2.tar.bz2 cs-y13-4385db889521de9e228dc02880b19546c7ad73b2.zip |
feat: resolve temporary merge conflicts
Diffstat (limited to 'notebooks/linked_lists.ipynb')
-rw-r--r-- | notebooks/linked_lists.ipynb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/notebooks/linked_lists.ipynb b/notebooks/linked_lists.ipynb index 5f11e96..3b1ea36 100644 --- a/notebooks/linked_lists.ipynb +++ b/notebooks/linked_lists.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "code", - "execution_count": 1, + "execution_count": null, "metadata": {}, "outputs": [ { @@ -90,7 +90,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.12.8" + "version": "3.12.7" } }, "nbformat": 4, |