page100.html
来自「Data Structures And Algorithms With Obje」· HTML 代码 · 共 28 行
HTML
28 行
<HTML><HEAD><TITLE>LinkedList Class __init__ Method</TITLE></HEAD><BODY bgcolor="#FFFFFF"> <a href="../index.html" target="_top"><img src="../icons/usins.gif" alt="Logo" align=right></a><b>Data Structures and Algorithms with Object-Oriented Design Patterns in Python</b><br><A NAME="tex2html2368" HREF="page101.html"><IMG WIDTH=37 HEIGHT=24 ALIGN=BOTTOM ALT="next" SRC="../icons/next_motif.gif"></A> <A NAME="tex2html2366" HREF="page97.html"><IMG WIDTH=26 HEIGHT=24 ALIGN=BOTTOM ALT="up" SRC="../icons/up_motif.gif"></A> <A NAME="tex2html2360" HREF="page99.html"><IMG WIDTH=63 HEIGHT=24 ALIGN=BOTTOM ALT="previous" SRC="../icons/previous_motif.gif"></A> <A NAME="tex2html2370" HREF="page611.html"><IMG WIDTH=43 HEIGHT=24 ALIGN=BOTTOM ALT="index" SRC="../icons/index_motif.gif"></A> <BR><HR><H2><A NAME="SECTION004330000000000000000"><tt>LinkedList</tt> Class <tt>__init__</tt> Method</A></H2><P>The code for the <tt>LinkedList</tt> class <tt>init</tt> methodis given in Program <A HREF="page100.html#proglinkedListb"><IMG ALIGN=BOTTOM ALT="gif" SRC="../icons/cross_ref_motif.gif"></A>.Since the instance attributes <tt>_head</tt> and <tt>_tail</tt> are set to <tt>None</tt>,the list is empty by default.The running time of the <tt>__init__</tt> method is clearly constant.That is, <I>T</I>(<I>n</I>)=<I>O</I>(1).<P><P><A NAME="4134"> </A><A NAME="proglinkedListb"> </A> <IMG WIDTH=575 HEIGHT=142 ALIGN=BOTTOM ALT="program3835" SRC="img629.gif" ><BR><STRONG>Program:</STRONG> <tt>LinkedList</tt> class <tt>__init__</tt> method.<BR><P><HR><A NAME="tex2html2368" HREF="page101.html"><IMG WIDTH=37 HEIGHT=24 ALIGN=BOTTOM ALT="next" SRC="../icons/next_motif.gif"></A> <A NAME="tex2html2366" HREF="page97.html"><IMG WIDTH=26 HEIGHT=24 ALIGN=BOTTOM ALT="up" SRC="../icons/up_motif.gif"></A> <A NAME="tex2html2360" HREF="page99.html"><IMG WIDTH=63 HEIGHT=24 ALIGN=BOTTOM ALT="previous" SRC="../icons/previous_motif.gif"></A> <A NAME="tex2html2370" HREF="page611.html"><IMG WIDTH=43 HEIGHT=24 ALIGN=BOTTOM ALT="index" SRC="../icons/index_motif.gif"></A> <P><ADDRESS><img src="../icons/bruno.gif" alt="Bruno" align=right><a href="../copyright.html">Copyright © 2003</a> by <a href="../signature.html">Bruno R. Preiss, P.Eng.</a> All rights reserved.</ADDRESS></BODY></HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?