{ "cells": [ { "cell_type": "markdown", "id": "greater-flood", "metadata": {}, "source": [ "# [Linked List C++](https://github.com/binzi56/algorithm-pattern-c/blob/master/data_structure/linked_list.md)" ] }, { "cell_type": "code", "execution_count": 2, "id": "worth-links", "metadata": {}, "outputs": [ { "data": { "text/html": [ "
" ], "text/plain": [ "" ] }, "execution_count": 2, "metadata": {}, "output_type": "execute_result" } ], "source": [ "import IPython; IPython.display.HTML('''
''')" ] } ], "metadata": { "kernelspec": { "display_name": "C++17", "language": "C++17", "name": "xcpp17" }, "language_info": { "codemirror_mode": "text/x-c++src", "file_extension": ".cpp", "mimetype": "text/x-c++src", "name": "c++", "version": "17" } }, "nbformat": 4, "nbformat_minor": 5 }