Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
spirosmaggioros committed Feb 6, 2024
1 parent 70d6f07 commit ddfd261
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<div class="headertitle"><div class="title">&lt;strong&gt;Mini tutorial for single linked list class&lt;/strong&gt;</div></div>
</div><!--header-->
<div class="contents">
<div class="textblock"><p><a class="anchor" id="autotoc_md30"></a></p><pre class="fragment">circular_linked_list&lt;T&gt; -- creates a linked list with elements of type T
<div class="textblock"><p><a class="anchor" id="autotoc_md30"></a></p><pre class="fragment">circular_linked_list&lt;T&gt; -- creates a circular linked list with elements of type T
</pre> <h2><a class="anchor" id="autotoc_md31"></a>
<b>push_back</b>:</h2>
<div class="fragment"><div class="line"><span class="preprocessor">#include &lt;circular_linked_list.h&gt;</span></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ \chapter{\texorpdfstring{$<$}{<}strong\texorpdfstring{$>$}{>}Mini tutorial for s
\hypertarget{md__2_users_2spirosmag_2_documents_2_algo_plus_2tutorial_2circular__linked__list}{}\label{md__2_users_2spirosmag_2_documents_2_algo_plus_2tutorial_2circular__linked__list}\index{$<$strong$>$Mini tutorial for single linked list class$<$/strong$>$@{$<$strong$>$Mini tutorial for single linked list class$<$/strong$>$}}
\label{md__2_users_2spirosmag_2_documents_2_algo_plus_2tutorial_2circular__linked__list_autotoc_md30}%
\Hypertarget{md__2_users_2spirosmag_2_documents_2_algo_plus_2tutorial_2circular__linked__list_autotoc_md30}%
\begin{DoxyVerb}circular_linked_list<T> -- creates a linked list with elements of type T
\begin{DoxyVerb}circular_linked_list<T> -- creates a circular linked list with elements of type T
\end{DoxyVerb}
\hypertarget{md__2_users_2spirosmag_2_documents_2_algo_plus_2tutorial_2circular__linked__list_autotoc_md31}{}\doxysubsection{\texorpdfstring{{\bfseries{push\+\_\+back}}\+:}{{\bfseries{push\+\_\+back}}\+:}}\label{md__2_users_2spirosmag_2_documents_2_algo_plus_2tutorial_2circular__linked__list_autotoc_md31}

Expand Down
2 changes: 1 addition & 1 deletion tutorial/circular_linked_list.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### **Mini tutorial for single linked list class**

circular_linked_list<T> -- creates a linked list with elements of type T
circular_linked_list<T> -- creates a circular linked list with elements of type T

### **push_back**:
```cpp
Expand Down

0 comments on commit ddfd261

Please sign in to comment.