data-structure-typed 1.16.1 → 1.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/data-structures/linked-list/doubly-linked-list.d.ts +195 -68
- package/dist/data-structures/linked-list/doubly-linked-list.js +456 -244
- package/dist/data-structures/linked-list/singly-linked-list.d.ts +126 -241
- package/dist/data-structures/linked-list/singly-linked-list.js +331 -628
- package/dist/data-structures/types/binary-tree.d.ts +0 -5
- package/docs/assets/search.js +1 -1
- package/docs/classes/AVLTree.html +93 -94
- package/docs/classes/AVLTreeNode.html +36 -37
- package/docs/classes/AaTree.html +1 -2
- package/docs/classes/AbstractEdge.html +11 -12
- package/docs/classes/AbstractGraph.html +29 -30
- package/docs/classes/AbstractVertex.html +6 -7
- package/docs/classes/ArrayDeque.html +14 -15
- package/docs/classes/BST.html +86 -87
- package/docs/classes/BSTNode.html +36 -37
- package/docs/classes/BTree.html +1 -2
- package/docs/classes/BinaryIndexedTree.html +7 -8
- package/docs/classes/BinaryTree.html +82 -83
- package/docs/classes/BinaryTreeNode.html +36 -37
- package/docs/classes/Character.html +4 -5
- package/docs/classes/CoordinateMap.html +10 -11
- package/docs/classes/CoordinateSet.html +9 -10
- package/docs/classes/Deque.html +496 -366
- package/docs/classes/DirectedEdge.html +17 -18
- package/docs/classes/DirectedGraph.html +41 -42
- package/docs/classes/DirectedVertex.html +6 -7
- package/docs/classes/DoublyLinkedList.html +479 -321
- package/docs/classes/DoublyLinkedListNode.html +52 -36
- package/docs/classes/Heap.html +20 -21
- package/docs/classes/HeapItem.html +8 -9
- package/docs/classes/Matrix2D.html +16 -17
- package/docs/classes/MatrixNTI2D.html +4 -5
- package/docs/classes/MaxHeap.html +20 -21
- package/docs/classes/MaxPriorityQueue.html +34 -35
- package/docs/classes/MinHeap.html +20 -21
- package/docs/classes/MinPriorityQueue.html +34 -35
- package/docs/classes/Navigator.html +10 -11
- package/docs/classes/ObjectDeque.html +25 -26
- package/docs/classes/PriorityQueue.html +32 -33
- package/docs/classes/Queue.html +14 -15
- package/docs/classes/RBTree.html +1 -2
- package/docs/classes/SegmentTree.html +12 -13
- package/docs/classes/SegmentTreeNode.html +26 -27
- package/docs/classes/SinglyLinkedList.html +248 -635
- package/docs/classes/SinglyLinkedListNode.html +39 -167
- package/docs/classes/SplayTree.html +1 -2
- package/docs/classes/Stack.html +12 -13
- package/docs/classes/TreeMultiSet.html +86 -87
- package/docs/classes/TreeNode.html +8 -9
- package/docs/classes/Trie.html +13 -14
- package/docs/classes/TrieNode.html +11 -12
- package/docs/classes/TwoThreeTree.html +1 -2
- package/docs/classes/UndirectedEdge.html +13 -14
- package/docs/classes/UndirectedGraph.html +35 -36
- package/docs/classes/UndirectedVertex.html +6 -7
- package/docs/classes/Vector2D.html +28 -29
- package/docs/enums/CP.html +4 -5
- package/docs/enums/FamilyPosition.html +4 -5
- package/docs/enums/LoopType.html +3 -4
- package/docs/index.html +2 -3
- package/docs/interfaces/AVLTreeDeleted.html +3 -4
- package/docs/interfaces/HeapOptions.html +2 -3
- package/docs/interfaces/IDirectedGraph.html +7 -8
- package/docs/interfaces/IGraph.html +19 -20
- package/docs/interfaces/NavigatorParams.html +5 -6
- package/docs/interfaces/PriorityQueueOptions.html +4 -5
- package/docs/modules.html +0 -2
- package/docs/types/BSTComparator.html +1 -2
- package/docs/types/BSTDeletedResult.html +1 -2
- package/docs/types/BinaryTreeDeleted.html +1 -2
- package/docs/types/BinaryTreeNodeId.html +1 -2
- package/docs/types/BinaryTreeNodePropertyName.html +1 -2
- package/docs/types/DFSOrderPattern.html +1 -2
- package/docs/types/DijkstraResult.html +1 -2
- package/docs/types/Direction.html +1 -2
- package/docs/types/DoublyLinkedListGetBy.html +1 -2
- package/docs/types/NodeOrPropertyName.html +1 -2
- package/docs/types/PriorityQueueComparator.html +1 -2
- package/docs/types/PriorityQueueDFSOrderPattern.html +1 -2
- package/docs/types/ResultByProperty.html +1 -2
- package/docs/types/ResultsByProperty.html +1 -2
- package/docs/types/SegmentTreeNodeVal.html +1 -2
- package/docs/types/SpecifyOptional.html +1 -2
- package/docs/types/Thunk.html +1 -2
- package/docs/types/ToThunkFn.html +1 -2
- package/docs/types/TopologicalStatus.html +1 -2
- package/docs/types/TreeMultiSetDeletedResult.html +1 -2
- package/docs/types/TrlAsyncFn.html +1 -2
- package/docs/types/TrlFn.html +1 -2
- package/docs/types/Turning.html +1 -2
- package/docs/types/VertexId.html +1 -2
- package/package.json +1 -3
- package/docs/interfaces/BinaryTreeNodeObj.html +0 -168
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
15
|
<li><a href="../modules.html">data-structure-typed</a></li>
|
|
16
16
|
<li><a href="SinglyLinkedListNode.html">SinglyLinkedListNode</a></li></ul>
|
|
17
|
-
<h1>Class SinglyLinkedListNode<
|
|
17
|
+
<h1>Class SinglyLinkedListNode<T></h1></div>
|
|
18
18
|
<section class="tsd-panel tsd-comment">
|
|
19
19
|
<div class="tsd-comment tsd-typography"><p>data-structure-typed</p>
|
|
20
20
|
</div>
|
|
@@ -29,13 +29,13 @@
|
|
|
29
29
|
<h4>Type Parameters</h4>
|
|
30
30
|
<ul class="tsd-type-parameter-list">
|
|
31
31
|
<li>
|
|
32
|
-
<h4><span class="tsd-kind-type-parameter">
|
|
32
|
+
<h4><span class="tsd-kind-type-parameter">T</span> = <span class="tsd-signature-type">number</span></h4></li></ul></section>
|
|
33
33
|
<section class="tsd-panel tsd-hierarchy">
|
|
34
34
|
<h4>Hierarchy</h4>
|
|
35
35
|
<ul class="tsd-hierarchy">
|
|
36
36
|
<li><span class="target">SinglyLinkedListNode</span></li></ul></section><aside class="tsd-sources">
|
|
37
37
|
<ul>
|
|
38
|
-
<li>Defined in <a href="https://github.com/zrwusa/data-structure-typed/blob/
|
|
38
|
+
<li>Defined in <a href="https://github.com/zrwusa/data-structure-typed/blob/dcec645/src/data-structures/linked-list/singly-linked-list.ts#L8">src/data-structures/linked-list/singly-linked-list.ts:8</a></li></ul></aside>
|
|
39
39
|
<section class="tsd-panel-group tsd-index-group">
|
|
40
40
|
<section class="tsd-panel tsd-index-panel">
|
|
41
41
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -47,210 +47,91 @@
|
|
|
47
47
|
</div></section>
|
|
48
48
|
<section class="tsd-index-section">
|
|
49
49
|
<h3 class="tsd-index-heading">Properties</h3>
|
|
50
|
-
<div class="tsd-index-list"><a href="SinglyLinkedListNode.html#
|
|
51
|
-
<a href="SinglyLinkedListNode.html#
|
|
52
|
-
<a href="SinglyLinkedListNode.html#_prev" class="tsd-index-link tsd-is-protected"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>_prev</span></a>
|
|
53
|
-
<a href="SinglyLinkedListNode.html#_val" class="tsd-index-link tsd-is-protected"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>_val</span></a>
|
|
50
|
+
<div class="tsd-index-list"><a href="SinglyLinkedListNode.html#_next" class="tsd-index-link tsd-is-private"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-1024"><rect fill="var(--color-icon-background)" stroke="#FF984D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><path d="M9.354 16V7.24H12.174C12.99 7.24 13.638 7.476 14.118 7.948C14.606 8.412 14.85 9.036 14.85 9.82C14.85 10.604 14.606 11.232 14.118 11.704C13.638 12.168 12.99 12.4 12.174 12.4H10.434V16H9.354ZM10.434 11.428H12.174C12.646 11.428 13.022 11.284 13.302 10.996C13.59 10.7 13.734 10.308 13.734 9.82C13.734 9.324 13.59 8.932 13.302 8.644C13.022 8.356 12.646 8.212 12.174 8.212H10.434V11.428Z" fill="var(--color-text)"></path></g></svg><span>_next</span></a>
|
|
51
|
+
<a href="SinglyLinkedListNode.html#_val" class="tsd-index-link tsd-is-private"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>_val</span></a>
|
|
54
52
|
</div></section>
|
|
55
53
|
<section class="tsd-index-section">
|
|
56
54
|
<h3 class="tsd-index-heading">Accessors</h3>
|
|
57
|
-
<div class="tsd-index-list"><a href="SinglyLinkedListNode.html#
|
|
58
|
-
<a href="SinglyLinkedListNode.html#list" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-262144"></use></svg><span>list</span></a>
|
|
59
|
-
<a href="SinglyLinkedListNode.html#next" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-262144"></use></svg><span>next</span></a>
|
|
60
|
-
<a href="SinglyLinkedListNode.html#prev" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-262144"></use></svg><span>prev</span></a>
|
|
55
|
+
<div class="tsd-index-list"><a href="SinglyLinkedListNode.html#next" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-262144"><rect fill="var(--color-icon-background)" stroke="#FF4D4D" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><path d="M8.85 16L11.13 7.24H12.582L14.85 16H13.758L13.182 13.672H10.53L9.954 16H8.85ZM10.746 12.76H12.954L12.282 10.06C12.154 9.548 12.054 9.12 11.982 8.776C11.91 8.432 11.866 8.208 11.85 8.104C11.834 8.208 11.79 8.432 11.718 8.776C11.646 9.12 11.546 9.544 11.418 10.048L10.746 12.76Z" fill="var(--color-text)"></path></g></svg><span>next</span></a>
|
|
61
56
|
<a href="SinglyLinkedListNode.html#val" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-262144"></use></svg><span>val</span></a>
|
|
62
|
-
</div></section>
|
|
63
|
-
<section class="tsd-index-section">
|
|
64
|
-
<h3 class="tsd-index-heading">Methods</h3>
|
|
65
|
-
<div class="tsd-index-list"><a href="SinglyLinkedListNode.html#insertAfter" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-2048"><rect fill="var(--color-icon-background)" stroke="#FF4DB8" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><path d="M9.162 16V7.24H10.578L11.514 10.072C11.602 10.328 11.674 10.584 11.73 10.84C11.794 11.088 11.842 11.28 11.874 11.416C11.906 11.28 11.954 11.088 12.018 10.84C12.082 10.584 12.154 10.324 12.234 10.06L13.122 7.24H14.538V16H13.482V12.82C13.482 12.468 13.49 12.068 13.506 11.62C13.53 11.172 13.558 10.716 13.59 10.252C13.622 9.78 13.654 9.332 13.686 8.908C13.726 8.476 13.762 8.1 13.794 7.78L12.366 12.16H11.334L9.894 7.78C9.934 8.092 9.97 8.456 10.002 8.872C10.042 9.28 10.078 9.716 10.11 10.18C10.142 10.636 10.166 11.092 10.182 11.548C10.206 12.004 10.218 12.428 10.218 12.82V16H9.162Z" fill="var(--color-text)"></path></g></svg><span>insert<wbr/>After</span></a>
|
|
66
|
-
<a href="SinglyLinkedListNode.html#insertBefore" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>insert<wbr/>Before</span></a>
|
|
67
|
-
<a href="SinglyLinkedListNode.html#remove" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>remove</span></a>
|
|
68
57
|
</div></section></div></details></section></section>
|
|
69
58
|
<section class="tsd-panel-group tsd-member-group">
|
|
70
59
|
<h2>Constructors</h2>
|
|
71
60
|
<section class="tsd-panel tsd-member"><a id="constructor" class="tsd-anchor"></a>
|
|
72
61
|
<h3 class="tsd-anchor-link"><span>constructor</span><a href="#constructor" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><g stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" id="icon-anchor"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></g></svg></a></h3>
|
|
73
62
|
<ul class="tsd-signatures">
|
|
74
|
-
<li class="tsd-signature tsd-anchor-link" id="constructor.new_SinglyLinkedListNode"><span class="tsd-kind-constructor-signature">new <wbr/>Singly<wbr/>Linked<wbr/>List<wbr/>Node</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">
|
|
63
|
+
<li class="tsd-signature tsd-anchor-link" id="constructor.new_SinglyLinkedListNode"><span class="tsd-kind-constructor-signature">new <wbr/>Singly<wbr/>Linked<wbr/>List<wbr/>Node</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">val</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="SinglyLinkedListNode.html" class="tsd-signature-type tsd-kind-class">SinglyLinkedListNode</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">></span><a href="#constructor.new_SinglyLinkedListNode" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
75
64
|
<li class="tsd-description">
|
|
65
|
+
<div class="tsd-comment tsd-typography"><p>The constructor function initializes an instance of a class with a given value and sets the next property to null.</p>
|
|
66
|
+
</div>
|
|
76
67
|
<section class="tsd-panel">
|
|
77
68
|
<h4>Type Parameters</h4>
|
|
78
69
|
<ul class="tsd-type-parameter-list">
|
|
79
70
|
<li>
|
|
80
|
-
<h4><span class="tsd-kind-type-parameter">
|
|
71
|
+
<h4><span class="tsd-kind-type-parameter">T</span> = <span class="tsd-signature-type">number</span></h4></li></ul></section>
|
|
81
72
|
<div class="tsd-parameters">
|
|
82
73
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
83
74
|
<ul class="tsd-parameter-list">
|
|
84
75
|
<li>
|
|
85
|
-
<h5><span class="tsd-kind-parameter">val</span>: <span class="tsd-signature-type tsd-kind-type-parameter">
|
|
86
|
-
<
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
<
|
|
90
|
-
<
|
|
91
|
-
<
|
|
92
|
-
<h4 class="tsd-returns-title">Returns <a href="SinglyLinkedListNode.html" class="tsd-signature-type tsd-kind-class">SinglyLinkedListNode</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">NodeVal</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
76
|
+
<h5><span class="tsd-kind-parameter">val</span>: <span class="tsd-signature-type tsd-kind-type-parameter">T</span></h5>
|
|
77
|
+
<div class="tsd-comment tsd-typography"><p>The "val" parameter is of type T, which means it can be any data type. It represents the value that
|
|
78
|
+
will be stored in the node of a linked list.</p>
|
|
79
|
+
</div>
|
|
80
|
+
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
81
|
+
<h4 class="tsd-returns-title">Returns <a href="SinglyLinkedListNode.html" class="tsd-signature-type tsd-kind-class">SinglyLinkedListNode</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">></span></h4>
|
|
82
|
+
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
|
|
93
83
|
<ul>
|
|
94
|
-
<li>Defined in <a href="https://github.com/zrwusa/data-structure-typed/blob/
|
|
84
|
+
<li>Defined in <a href="https://github.com/zrwusa/data-structure-typed/blob/dcec645/src/data-structures/linked-list/singly-linked-list.ts#L15">src/data-structures/linked-list/singly-linked-list.ts:15</a></li></ul></aside></li></ul></section></section>
|
|
95
85
|
<section class="tsd-panel-group tsd-member-group">
|
|
96
86
|
<h2>Properties</h2>
|
|
97
|
-
<section class="tsd-panel tsd-member tsd-is-
|
|
98
|
-
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-
|
|
99
|
-
<div class="tsd-signature"><span class="tsd-kind-property">
|
|
87
|
+
<section class="tsd-panel tsd-member tsd-is-private"><a id="_next" class="tsd-anchor"></a>
|
|
88
|
+
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>_next</span><a href="#_next" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
89
|
+
<div class="tsd-signature"><span class="tsd-kind-property">_next</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><a href="SinglyLinkedListNode.html" class="tsd-signature-type tsd-kind-class">SinglyLinkedListNode</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources">
|
|
100
90
|
<ul>
|
|
101
|
-
<li>Defined in <a href="https://github.com/zrwusa/data-structure-typed/blob/
|
|
102
|
-
<section class="tsd-panel tsd-member tsd-is-
|
|
103
|
-
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-
|
|
104
|
-
<div class="tsd-signature"><span class="tsd-kind-property">
|
|
91
|
+
<li>Defined in <a href="https://github.com/zrwusa/data-structure-typed/blob/dcec645/src/data-structures/linked-list/singly-linked-list.ts#L30">src/data-structures/linked-list/singly-linked-list.ts:30</a></li></ul></aside></section>
|
|
92
|
+
<section class="tsd-panel tsd-member tsd-is-private"><a id="_val" class="tsd-anchor"></a>
|
|
93
|
+
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>_val</span><a href="#_val" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
94
|
+
<div class="tsd-signature"><span class="tsd-kind-property">_val</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type tsd-kind-type-parameter">T</span></div><aside class="tsd-sources">
|
|
105
95
|
<ul>
|
|
106
|
-
<li>Defined in <a href="https://github.com/zrwusa/data-structure-typed/blob/
|
|
107
|
-
<section class="tsd-panel tsd-member tsd-is-protected"><a id="_prev" class="tsd-anchor"></a>
|
|
108
|
-
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span>_prev</span><a href="#_prev" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
109
|
-
<div class="tsd-signature"><span class="tsd-kind-property">_prev</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><a href="SinglyLinkedListNode.html" class="tsd-signature-type tsd-kind-class">SinglyLinkedListNode</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">NodeVal</span><span class="tsd-signature-symbol">></span></div><aside class="tsd-sources">
|
|
110
|
-
<ul>
|
|
111
|
-
<li>Defined in <a href="https://github.com/zrwusa/data-structure-typed/blob/422c24c/src/data-structures/linked-list/singly-linked-list.ts#L30">src/data-structures/linked-list/singly-linked-list.ts:30</a></li></ul></aside></section>
|
|
112
|
-
<section class="tsd-panel tsd-member tsd-is-protected"><a id="_val" class="tsd-anchor"></a>
|
|
113
|
-
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span>_val</span><a href="#_val" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
114
|
-
<div class="tsd-signature"><span class="tsd-kind-property">_val</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type tsd-kind-type-parameter">NodeVal</span></div><aside class="tsd-sources">
|
|
115
|
-
<ul>
|
|
116
|
-
<li>Defined in <a href="https://github.com/zrwusa/data-structure-typed/blob/422c24c/src/data-structures/linked-list/singly-linked-list.ts#L20">src/data-structures/linked-list/singly-linked-list.ts:20</a></li></ul></aside></section></section>
|
|
96
|
+
<li>Defined in <a href="https://github.com/zrwusa/data-structure-typed/blob/dcec645/src/data-structures/linked-list/singly-linked-list.ts#L20">src/data-structures/linked-list/singly-linked-list.ts:20</a></li></ul></aside></section></section>
|
|
117
97
|
<section class="tsd-panel-group tsd-member-group">
|
|
118
98
|
<h2>Accessors</h2>
|
|
119
|
-
<section class="tsd-panel tsd-member"><a id="index" class="tsd-anchor"></a>
|
|
120
|
-
<h3 class="tsd-anchor-link"><span>index</span><a href="#index" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
121
|
-
<ul class="tsd-signatures">
|
|
122
|
-
<li class="tsd-signature" id="index.index-1"><span class="tsd-signature-symbol">get</span> index<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span></li>
|
|
123
|
-
<li class="tsd-description">
|
|
124
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">number</span></h4><aside class="tsd-sources">
|
|
125
|
-
<ul>
|
|
126
|
-
<li>Defined in <a href="https://github.com/zrwusa/data-structure-typed/blob/422c24c/src/data-structures/linked-list/singly-linked-list.ts#L60">src/data-structures/linked-list/singly-linked-list.ts:60</a></li></ul></aside></li></ul></section>
|
|
127
|
-
<section class="tsd-panel tsd-member"><a id="list" class="tsd-anchor"></a>
|
|
128
|
-
<h3 class="tsd-anchor-link"><span>list</span><a href="#list" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
129
|
-
<ul class="tsd-signatures">
|
|
130
|
-
<li class="tsd-signature" id="list.list-1"><span class="tsd-signature-symbol">get</span> list<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><a href="SinglyLinkedList.html" class="tsd-signature-type tsd-kind-class">SinglyLinkedList</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">NodeVal</span><span class="tsd-signature-symbol">></span></li>
|
|
131
|
-
<li class="tsd-description">
|
|
132
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><a href="SinglyLinkedList.html" class="tsd-signature-type tsd-kind-class">SinglyLinkedList</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">NodeVal</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
133
|
-
<ul>
|
|
134
|
-
<li>Defined in <a href="https://github.com/zrwusa/data-structure-typed/blob/422c24c/src/data-structures/linked-list/singly-linked-list.ts#L52">src/data-structures/linked-list/singly-linked-list.ts:52</a></li></ul></aside></li>
|
|
135
|
-
<li class="tsd-signature" id="list.list-2"><span class="tsd-signature-symbol">set</span> list<span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">value</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
|
|
136
|
-
<li class="tsd-description">
|
|
137
|
-
<div class="tsd-parameters">
|
|
138
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
139
|
-
<ul class="tsd-parameter-list">
|
|
140
|
-
<li>
|
|
141
|
-
<h5><span class="tsd-kind-parameter">value</span>: <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><a href="SinglyLinkedList.html" class="tsd-signature-type tsd-kind-class">SinglyLinkedList</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">NodeVal</span><span class="tsd-signature-symbol">></span></h5></li></ul></div>
|
|
142
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
143
|
-
<ul>
|
|
144
|
-
<li>Defined in <a href="https://github.com/zrwusa/data-structure-typed/blob/422c24c/src/data-structures/linked-list/singly-linked-list.ts#L56">src/data-structures/linked-list/singly-linked-list.ts:56</a></li></ul></aside></li></ul></section>
|
|
145
99
|
<section class="tsd-panel tsd-member"><a id="next" class="tsd-anchor"></a>
|
|
146
100
|
<h3 class="tsd-anchor-link"><span>next</span><a href="#next" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
147
101
|
<ul class="tsd-signatures">
|
|
148
|
-
<li class="tsd-signature" id="next.next-1"><span class="tsd-signature-symbol">get</span> next<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><a href="SinglyLinkedListNode.html" class="tsd-signature-type tsd-kind-class">SinglyLinkedListNode</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">
|
|
102
|
+
<li class="tsd-signature" id="next.next-1"><span class="tsd-signature-symbol">get</span> next<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><a href="SinglyLinkedListNode.html" class="tsd-signature-type tsd-kind-class">SinglyLinkedListNode</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">></span></li>
|
|
149
103
|
<li class="tsd-description">
|
|
150
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><a href="SinglyLinkedListNode.html" class="tsd-signature-type tsd-kind-class">SinglyLinkedListNode</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">
|
|
104
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><a href="SinglyLinkedListNode.html" class="tsd-signature-type tsd-kind-class">SinglyLinkedListNode</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
151
105
|
<ul>
|
|
152
|
-
<li>Defined in <a href="https://github.com/zrwusa/data-structure-typed/blob/
|
|
106
|
+
<li>Defined in <a href="https://github.com/zrwusa/data-structure-typed/blob/dcec645/src/data-structures/linked-list/singly-linked-list.ts#L32">src/data-structures/linked-list/singly-linked-list.ts:32</a></li></ul></aside></li>
|
|
153
107
|
<li class="tsd-signature" id="next.next-2"><span class="tsd-signature-symbol">set</span> next<span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">value</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
|
|
154
108
|
<li class="tsd-description">
|
|
155
109
|
<div class="tsd-parameters">
|
|
156
110
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
157
111
|
<ul class="tsd-parameter-list">
|
|
158
112
|
<li>
|
|
159
|
-
<h5><span class="tsd-kind-parameter">value</span>: <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><a href="SinglyLinkedListNode.html" class="tsd-signature-type tsd-kind-class">SinglyLinkedListNode</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">
|
|
113
|
+
<h5><span class="tsd-kind-parameter">value</span>: <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><a href="SinglyLinkedListNode.html" class="tsd-signature-type tsd-kind-class">SinglyLinkedListNode</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">></span></h5></li></ul></div>
|
|
160
114
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
161
115
|
<ul>
|
|
162
|
-
<li>Defined in <a href="https://github.com/zrwusa/data-structure-typed/blob/
|
|
163
|
-
<section class="tsd-panel tsd-member"><a id="prev" class="tsd-anchor"></a>
|
|
164
|
-
<h3 class="tsd-anchor-link"><span>prev</span><a href="#prev" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
165
|
-
<ul class="tsd-signatures">
|
|
166
|
-
<li class="tsd-signature" id="prev.prev-1"><span class="tsd-signature-symbol">get</span> prev<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><a href="SinglyLinkedListNode.html" class="tsd-signature-type tsd-kind-class">SinglyLinkedListNode</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">NodeVal</span><span class="tsd-signature-symbol">></span></li>
|
|
167
|
-
<li class="tsd-description">
|
|
168
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><a href="SinglyLinkedListNode.html" class="tsd-signature-type tsd-kind-class">SinglyLinkedListNode</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">NodeVal</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
|
169
|
-
<ul>
|
|
170
|
-
<li>Defined in <a href="https://github.com/zrwusa/data-structure-typed/blob/422c24c/src/data-structures/linked-list/singly-linked-list.ts#L32">src/data-structures/linked-list/singly-linked-list.ts:32</a></li></ul></aside></li>
|
|
171
|
-
<li class="tsd-signature" id="prev.prev-2"><span class="tsd-signature-symbol">set</span> prev<span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">value</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
|
|
172
|
-
<li class="tsd-description">
|
|
173
|
-
<div class="tsd-parameters">
|
|
174
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
175
|
-
<ul class="tsd-parameter-list">
|
|
176
|
-
<li>
|
|
177
|
-
<h5><span class="tsd-kind-parameter">value</span>: <span class="tsd-signature-type">null</span><span class="tsd-signature-symbol"> | </span><a href="SinglyLinkedListNode.html" class="tsd-signature-type tsd-kind-class">SinglyLinkedListNode</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">NodeVal</span><span class="tsd-signature-symbol">></span></h5></li></ul></div>
|
|
178
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
179
|
-
<ul>
|
|
180
|
-
<li>Defined in <a href="https://github.com/zrwusa/data-structure-typed/blob/422c24c/src/data-structures/linked-list/singly-linked-list.ts#L36">src/data-structures/linked-list/singly-linked-list.ts:36</a></li></ul></aside></li></ul></section>
|
|
116
|
+
<li>Defined in <a href="https://github.com/zrwusa/data-structure-typed/blob/dcec645/src/data-structures/linked-list/singly-linked-list.ts#L36">src/data-structures/linked-list/singly-linked-list.ts:36</a></li></ul></aside></li></ul></section>
|
|
181
117
|
<section class="tsd-panel tsd-member"><a id="val" class="tsd-anchor"></a>
|
|
182
118
|
<h3 class="tsd-anchor-link"><span>val</span><a href="#val" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
183
119
|
<ul class="tsd-signatures">
|
|
184
|
-
<li class="tsd-signature" id="val.val-1"><span class="tsd-signature-symbol">get</span> val<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type tsd-kind-type-parameter">
|
|
120
|
+
<li class="tsd-signature" id="val.val-1"><span class="tsd-signature-symbol">get</span> val<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type tsd-kind-type-parameter">T</span></li>
|
|
185
121
|
<li class="tsd-description">
|
|
186
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type tsd-kind-type-parameter">
|
|
122
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type tsd-kind-type-parameter">T</span></h4><aside class="tsd-sources">
|
|
187
123
|
<ul>
|
|
188
|
-
<li>Defined in <a href="https://github.com/zrwusa/data-structure-typed/blob/
|
|
124
|
+
<li>Defined in <a href="https://github.com/zrwusa/data-structure-typed/blob/dcec645/src/data-structures/linked-list/singly-linked-list.ts#L22">src/data-structures/linked-list/singly-linked-list.ts:22</a></li></ul></aside></li>
|
|
189
125
|
<li class="tsd-signature" id="val.val-2"><span class="tsd-signature-symbol">set</span> val<span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">value</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
|
|
190
126
|
<li class="tsd-description">
|
|
191
127
|
<div class="tsd-parameters">
|
|
192
128
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
193
129
|
<ul class="tsd-parameter-list">
|
|
194
130
|
<li>
|
|
195
|
-
<h5><span class="tsd-kind-parameter">value</span>: <span class="tsd-signature-type tsd-kind-type-parameter">
|
|
131
|
+
<h5><span class="tsd-kind-parameter">value</span>: <span class="tsd-signature-type tsd-kind-type-parameter">T</span></h5></li></ul></div>
|
|
196
132
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4><aside class="tsd-sources">
|
|
197
133
|
<ul>
|
|
198
|
-
<li>Defined in <a href="https://github.com/zrwusa/data-structure-typed/blob/
|
|
199
|
-
<section class="tsd-panel-group tsd-member-group">
|
|
200
|
-
<h2>Methods</h2>
|
|
201
|
-
<section class="tsd-panel tsd-member"><a id="insertAfter" class="tsd-anchor"></a>
|
|
202
|
-
<h3 class="tsd-anchor-link"><span>insert<wbr/>After</span><a href="#insertAfter" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
203
|
-
<ul class="tsd-signatures">
|
|
204
|
-
<li class="tsd-signature tsd-anchor-link" id="insertAfter.insertAfter-1"><span class="tsd-kind-call-signature">insert<wbr/>After</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">val</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="SinglyLinkedList.html" class="tsd-signature-type tsd-kind-class">SinglyLinkedList</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">NodeVal</span><span class="tsd-signature-symbol">></span><a href="#insertAfter.insertAfter-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
205
|
-
<li class="tsd-description">
|
|
206
|
-
<div class="tsd-comment tsd-typography"><p>The function inserts a new node with the given value after the current node in a singly linked list.</p>
|
|
207
|
-
</div>
|
|
208
|
-
<div class="tsd-parameters">
|
|
209
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
210
|
-
<ul class="tsd-parameter-list">
|
|
211
|
-
<li>
|
|
212
|
-
<h5><span class="tsd-kind-parameter">val</span>: <span class="tsd-signature-type tsd-kind-type-parameter">NodeVal</span></h5>
|
|
213
|
-
<div class="tsd-comment tsd-typography"><p>The parameter <code>val</code> is the value of the node that you want to insert after the current node.</p>
|
|
214
|
-
</div>
|
|
215
|
-
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
216
|
-
<h4 class="tsd-returns-title">Returns <a href="SinglyLinkedList.html" class="tsd-signature-type tsd-kind-class">SinglyLinkedList</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">NodeVal</span><span class="tsd-signature-symbol">></span></h4><p>The method is returning a SinglyLinkedList<NodeVal>.</p>
|
|
217
|
-
|
|
218
|
-
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
|
|
219
|
-
<ul>
|
|
220
|
-
<li>Defined in <a href="https://github.com/zrwusa/data-structure-typed/blob/422c24c/src/data-structures/linked-list/singly-linked-list.ts#L84">src/data-structures/linked-list/singly-linked-list.ts:84</a></li></ul></aside></li></ul></section>
|
|
221
|
-
<section class="tsd-panel tsd-member"><a id="insertBefore" class="tsd-anchor"></a>
|
|
222
|
-
<h3 class="tsd-anchor-link"><span>insert<wbr/>Before</span><a href="#insertBefore" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
223
|
-
<ul class="tsd-signatures">
|
|
224
|
-
<li class="tsd-signature tsd-anchor-link" id="insertBefore.insertBefore-1"><span class="tsd-kind-call-signature">insert<wbr/>Before</span><span class="tsd-signature-symbol">(</span><span class="tsd-kind-parameter">val</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="SinglyLinkedList.html" class="tsd-signature-type tsd-kind-class">SinglyLinkedList</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">NodeVal</span><span class="tsd-signature-symbol">></span><a href="#insertBefore.insertBefore-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
225
|
-
<li class="tsd-description">
|
|
226
|
-
<div class="tsd-comment tsd-typography"><p>The <code>insertBefore</code> function inserts a new node with the given value before the current node in a singly linked list.</p>
|
|
227
|
-
</div>
|
|
228
|
-
<div class="tsd-parameters">
|
|
229
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
230
|
-
<ul class="tsd-parameter-list">
|
|
231
|
-
<li>
|
|
232
|
-
<h5><span class="tsd-kind-parameter">val</span>: <span class="tsd-signature-type tsd-kind-type-parameter">NodeVal</span></h5>
|
|
233
|
-
<div class="tsd-comment tsd-typography"><p>The parameter "val" is of type "NodeVal". It represents the value of the node that you want
|
|
234
|
-
to insert before the current node.</p>
|
|
235
|
-
</div>
|
|
236
|
-
<div class="tsd-comment tsd-typography"></div></li></ul></div>
|
|
237
|
-
<h4 class="tsd-returns-title">Returns <a href="SinglyLinkedList.html" class="tsd-signature-type tsd-kind-class">SinglyLinkedList</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">NodeVal</span><span class="tsd-signature-symbol">></span></h4><p>The method is returning a SinglyLinkedList<NodeVal>.</p>
|
|
238
|
-
|
|
239
|
-
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
|
|
240
|
-
<ul>
|
|
241
|
-
<li>Defined in <a href="https://github.com/zrwusa/data-structure-typed/blob/422c24c/src/data-structures/linked-list/singly-linked-list.ts#L73">src/data-structures/linked-list/singly-linked-list.ts:73</a></li></ul></aside></li></ul></section>
|
|
242
|
-
<section class="tsd-panel tsd-member"><a id="remove" class="tsd-anchor"></a>
|
|
243
|
-
<h3 class="tsd-anchor-link"><span>remove</span><a href="#remove" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
244
|
-
<ul class="tsd-signatures">
|
|
245
|
-
<li class="tsd-signature tsd-anchor-link" id="remove.remove-1"><span class="tsd-kind-call-signature">remove</span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="SinglyLinkedListNode.html" class="tsd-signature-type tsd-kind-class">SinglyLinkedListNode</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">NodeVal</span><span class="tsd-signature-symbol">></span><a href="#remove.remove-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></li>
|
|
246
|
-
<li class="tsd-description">
|
|
247
|
-
<div class="tsd-comment tsd-typography"><p>The <code>remove()</code> function removes a node from a singly linked list.</p>
|
|
248
|
-
</div>
|
|
249
|
-
<h4 class="tsd-returns-title">Returns <a href="SinglyLinkedListNode.html" class="tsd-signature-type tsd-kind-class">SinglyLinkedListNode</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">NodeVal</span><span class="tsd-signature-symbol">></span></h4><p>The remove() method is returning a SinglyLinkedListNode<NodeVal> object.</p>
|
|
250
|
-
|
|
251
|
-
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
|
|
252
|
-
<ul>
|
|
253
|
-
<li>Defined in <a href="https://github.com/zrwusa/data-structure-typed/blob/422c24c/src/data-structures/linked-list/singly-linked-list.ts#L94">src/data-structures/linked-list/singly-linked-list.ts:94</a></li></ul></aside></li></ul></section></section></div>
|
|
134
|
+
<li>Defined in <a href="https://github.com/zrwusa/data-structure-typed/blob/dcec645/src/data-structures/linked-list/singly-linked-list.ts#L26">src/data-structures/linked-list/singly-linked-list.ts:26</a></li></ul></aside></li></ul></section></section></div>
|
|
254
135
|
<div class="col-sidebar">
|
|
255
136
|
<div class="page-menu">
|
|
256
137
|
<div class="tsd-navigation settings">
|
|
@@ -271,18 +152,10 @@ to insert before the current node.</p>
|
|
|
271
152
|
<div class="tsd-accordion-details">
|
|
272
153
|
<ul>
|
|
273
154
|
<li><a href="#constructor" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-512"></use></svg><span>constructor</span></a></li>
|
|
274
|
-
<li><a href="#
|
|
275
|
-
<li><a href="#
|
|
276
|
-
<li><a href="#_prev" class="tsd-is-protected"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>_prev</span></a></li>
|
|
277
|
-
<li><a href="#_val" class="tsd-is-protected"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>_val</span></a></li>
|
|
278
|
-
<li><a href="#index" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-262144"></use></svg><span>index</span></a></li>
|
|
279
|
-
<li><a href="#list" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-262144"></use></svg><span>list</span></a></li>
|
|
155
|
+
<li><a href="#_next" class="tsd-is-private"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>_next</span></a></li>
|
|
156
|
+
<li><a href="#_val" class="tsd-is-private"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1024"></use></svg><span>_val</span></a></li>
|
|
280
157
|
<li><a href="#next" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-262144"></use></svg><span>next</span></a></li>
|
|
281
|
-
<li><a href="#
|
|
282
|
-
<li><a href="#val" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-262144"></use></svg><span>val</span></a></li>
|
|
283
|
-
<li><a href="#insertAfter" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>insert<wbr/>After</span></a></li>
|
|
284
|
-
<li><a href="#insertBefore" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>insert<wbr/>Before</span></a></li>
|
|
285
|
-
<li><a href="#remove" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-2048"></use></svg><span>remove</span></a></li></ul></div></details></div>
|
|
158
|
+
<li><a href="#val" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-262144"></use></svg><span>val</span></a></li></ul></div></details></div>
|
|
286
159
|
<div class="site-menu">
|
|
287
160
|
<nav class="tsd-navigation"><a href="../modules.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-4"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.33 16V7.24H10.77L13.446 14.74C13.43 14.54 13.41 14.296 13.386 14.008C13.37 13.712 13.354 13.404 13.338 13.084C13.33 12.756 13.326 12.448 13.326 12.16V7.24H14.37V16H12.93L10.266 8.5C10.282 8.692 10.298 8.936 10.314 9.232C10.33 9.52 10.342 9.828 10.35 10.156C10.366 10.476 10.374 10.784 10.374 11.08V16H9.33Z" fill="var(--color-text)"></path></g></svg><span>data-<wbr/>structure-<wbr/>typed</span></a>
|
|
288
161
|
<ul class="tsd-small-nested-navigation">
|
|
@@ -340,7 +213,6 @@ to insert before the current node.</p>
|
|
|
340
213
|
<li><a href="UndirectedVertex.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Undirected<wbr/>Vertex</span></a></li>
|
|
341
214
|
<li><a href="Vector2D.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Vector2D</span></a></li>
|
|
342
215
|
<li><a href="../interfaces/AVLTreeDeleted.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-256"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z" fill="var(--color-text)"></path></g></svg><span>AVLTree<wbr/>Deleted</span></a></li>
|
|
343
|
-
<li><a href="../interfaces/BinaryTreeNodeObj.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>Binary<wbr/>Tree<wbr/>Node<wbr/>Obj</span></a></li>
|
|
344
216
|
<li><a href="../interfaces/HeapOptions.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>Heap<wbr/>Options</span></a></li>
|
|
345
217
|
<li><a href="../interfaces/IDirectedGraph.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IDirected<wbr/>Graph</span></a></li>
|
|
346
218
|
<li><a href="../interfaces/IGraph.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IGraph</span></a></li>
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
<ul class="tsd-hierarchy">
|
|
21
21
|
<li><span class="target">SplayTree</span></li></ul></section><aside class="tsd-sources">
|
|
22
22
|
<ul>
|
|
23
|
-
<li>Defined in <a href="https://github.com/zrwusa/data-structure-typed/blob/
|
|
23
|
+
<li>Defined in <a href="https://github.com/zrwusa/data-structure-typed/blob/dcec645/src/data-structures/binary-tree/splay-tree.ts#L1">src/data-structures/binary-tree/splay-tree.ts:1</a></li></ul></aside>
|
|
24
24
|
<section class="tsd-panel-group tsd-index-group">
|
|
25
25
|
<section class="tsd-panel tsd-index-panel">
|
|
26
26
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -115,7 +115,6 @@
|
|
|
115
115
|
<li><a href="UndirectedVertex.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Undirected<wbr/>Vertex</span></a></li>
|
|
116
116
|
<li><a href="Vector2D.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Vector2D</span></a></li>
|
|
117
117
|
<li><a href="../interfaces/AVLTreeDeleted.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-256"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z" fill="var(--color-text)"></path></g></svg><span>AVLTree<wbr/>Deleted</span></a></li>
|
|
118
|
-
<li><a href="../interfaces/BinaryTreeNodeObj.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>Binary<wbr/>Tree<wbr/>Node<wbr/>Obj</span></a></li>
|
|
119
118
|
<li><a href="../interfaces/HeapOptions.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>Heap<wbr/>Options</span></a></li>
|
|
120
119
|
<li><a href="../interfaces/IDirectedGraph.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IDirected<wbr/>Graph</span></a></li>
|
|
121
120
|
<li><a href="../interfaces/IGraph.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IGraph</span></a></li>
|
package/docs/classes/Stack.html
CHANGED
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
<ul class="tsd-hierarchy">
|
|
32
32
|
<li><span class="target">Stack</span></li></ul></section><aside class="tsd-sources">
|
|
33
33
|
<ul>
|
|
34
|
-
<li>Defined in <a href="https://github.com/zrwusa/data-structure-typed/blob/
|
|
34
|
+
<li>Defined in <a href="https://github.com/zrwusa/data-structure-typed/blob/dcec645/src/data-structures/stack/stack.ts#L6">src/data-structures/stack/stack.ts:6</a></li></ul></aside>
|
|
35
35
|
<section class="tsd-panel-group tsd-index-group">
|
|
36
36
|
<section class="tsd-panel tsd-index-panel">
|
|
37
37
|
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
|
@@ -84,14 +84,14 @@ is provided and is an array, it is assigned to the `_elements</p>
|
|
|
84
84
|
<h4 class="tsd-returns-title">Returns <a href="Stack.html" class="tsd-signature-type tsd-kind-class">Stack</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">></span></h4>
|
|
85
85
|
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
|
|
86
86
|
<ul>
|
|
87
|
-
<li>Defined in <a href="https://github.com/zrwusa/data-structure-typed/blob/
|
|
87
|
+
<li>Defined in <a href="https://github.com/zrwusa/data-structure-typed/blob/dcec645/src/data-structures/stack/stack.ts#L15">src/data-structures/stack/stack.ts:15</a></li></ul></aside></li></ul></section></section>
|
|
88
88
|
<section class="tsd-panel-group tsd-member-group">
|
|
89
89
|
<h2>Properties</h2>
|
|
90
90
|
<section class="tsd-panel tsd-member tsd-is-protected"><a id="_elements" class="tsd-anchor"></a>
|
|
91
91
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <span>_elements</span><a href="#_elements" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
92
92
|
<div class="tsd-signature"><span class="tsd-kind-property">_elements</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources">
|
|
93
93
|
<ul>
|
|
94
|
-
<li>Defined in <a href="https://github.com/zrwusa/data-structure-typed/blob/
|
|
94
|
+
<li>Defined in <a href="https://github.com/zrwusa/data-structure-typed/blob/dcec645/src/data-structures/stack/stack.ts#L7">src/data-structures/stack/stack.ts:7</a></li></ul></aside></section></section>
|
|
95
95
|
<section class="tsd-panel-group tsd-member-group">
|
|
96
96
|
<h2>Methods</h2>
|
|
97
97
|
<section class="tsd-panel tsd-member"><a id="clear" class="tsd-anchor"></a>
|
|
@@ -104,7 +104,7 @@ is provided and is an array, it is assigned to the `_elements</p>
|
|
|
104
104
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
105
105
|
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
|
|
106
106
|
<ul>
|
|
107
|
-
<li>Defined in <a href="https://github.com/zrwusa/data-structure-typed/blob/
|
|
107
|
+
<li>Defined in <a href="https://github.com/zrwusa/data-structure-typed/blob/dcec645/src/data-structures/stack/stack.ts#L87">src/data-structures/stack/stack.ts:87</a></li></ul></aside></li></ul></section>
|
|
108
108
|
<section class="tsd-panel tsd-member"><a id="clone" class="tsd-anchor"></a>
|
|
109
109
|
<h3 class="tsd-anchor-link"><span>clone</span><a href="#clone" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
110
110
|
<ul class="tsd-signatures">
|
|
@@ -116,7 +116,7 @@ is provided and is an array, it is assigned to the `_elements</p>
|
|
|
116
116
|
|
|
117
117
|
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
|
|
118
118
|
<ul>
|
|
119
|
-
<li>Defined in <a href="https://github.com/zrwusa/data-structure-typed/blob/
|
|
119
|
+
<li>Defined in <a href="https://github.com/zrwusa/data-structure-typed/blob/dcec645/src/data-structures/stack/stack.ts#L95">src/data-structures/stack/stack.ts:95</a></li></ul></aside></li></ul></section>
|
|
120
120
|
<section class="tsd-panel tsd-member"><a id="isEmpty" class="tsd-anchor"></a>
|
|
121
121
|
<h3 class="tsd-anchor-link"><span>is<wbr/>Empty</span><a href="#isEmpty" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
122
122
|
<ul class="tsd-signatures">
|
|
@@ -128,7 +128,7 @@ is provided and is an array, it is assigned to the `_elements</p>
|
|
|
128
128
|
|
|
129
129
|
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
|
|
130
130
|
<ul>
|
|
131
|
-
<li>Defined in <a href="https://github.com/zrwusa/data-structure-typed/blob/
|
|
131
|
+
<li>Defined in <a href="https://github.com/zrwusa/data-structure-typed/blob/dcec645/src/data-structures/stack/stack.ts#L33">src/data-structures/stack/stack.ts:33</a></li></ul></aside></li></ul></section>
|
|
132
132
|
<section class="tsd-panel tsd-member"><a id="peek" class="tsd-anchor"></a>
|
|
133
133
|
<h3 class="tsd-anchor-link"><span>peek</span><a href="#peek" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
134
134
|
<ul class="tsd-signatures">
|
|
@@ -140,7 +140,7 @@ is provided and is an array, it is assigned to the `_elements</p>
|
|
|
140
140
|
|
|
141
141
|
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
|
|
142
142
|
<ul>
|
|
143
|
-
<li>Defined in <a href="https://github.com/zrwusa/data-structure-typed/blob/
|
|
143
|
+
<li>Defined in <a href="https://github.com/zrwusa/data-structure-typed/blob/dcec645/src/data-structures/stack/stack.ts#L49">src/data-structures/stack/stack.ts:49</a></li></ul></aside></li></ul></section>
|
|
144
144
|
<section class="tsd-panel tsd-member"><a id="pop" class="tsd-anchor"></a>
|
|
145
145
|
<h3 class="tsd-anchor-link"><span>pop</span><a href="#pop" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
146
146
|
<ul class="tsd-signatures">
|
|
@@ -153,7 +153,7 @@ array is empty, it returns <code>null</code>.</p>
|
|
|
153
153
|
|
|
154
154
|
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
|
|
155
155
|
<ul>
|
|
156
|
-
<li>Defined in <a href="https://github.com/zrwusa/data-structure-typed/blob/
|
|
156
|
+
<li>Defined in <a href="https://github.com/zrwusa/data-structure-typed/blob/dcec645/src/data-structures/stack/stack.ts#L70">src/data-structures/stack/stack.ts:70</a></li></ul></aside></li></ul></section>
|
|
157
157
|
<section class="tsd-panel tsd-member"><a id="push" class="tsd-anchor"></a>
|
|
158
158
|
<h3 class="tsd-anchor-link"><span>push</span><a href="#push" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
159
159
|
<ul class="tsd-signatures">
|
|
@@ -173,7 +173,7 @@ array is empty, it returns <code>null</code>.</p>
|
|
|
173
173
|
|
|
174
174
|
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
|
|
175
175
|
<ul>
|
|
176
|
-
<li>Defined in <a href="https://github.com/zrwusa/data-structure-typed/blob/
|
|
176
|
+
<li>Defined in <a href="https://github.com/zrwusa/data-structure-typed/blob/dcec645/src/data-structures/stack/stack.ts#L60">src/data-structures/stack/stack.ts:60</a></li></ul></aside></li></ul></section>
|
|
177
177
|
<section class="tsd-panel tsd-member"><a id="size" class="tsd-anchor"></a>
|
|
178
178
|
<h3 class="tsd-anchor-link"><span>size</span><a href="#size" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
179
179
|
<ul class="tsd-signatures">
|
|
@@ -185,7 +185,7 @@ array is empty, it returns <code>null</code>.</p>
|
|
|
185
185
|
|
|
186
186
|
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
|
|
187
187
|
<ul>
|
|
188
|
-
<li>Defined in <a href="https://github.com/zrwusa/data-structure-typed/blob/
|
|
188
|
+
<li>Defined in <a href="https://github.com/zrwusa/data-structure-typed/blob/dcec645/src/data-structures/stack/stack.ts#L41">src/data-structures/stack/stack.ts:41</a></li></ul></aside></li></ul></section>
|
|
189
189
|
<section class="tsd-panel tsd-member"><a id="toArray" class="tsd-anchor"></a>
|
|
190
190
|
<h3 class="tsd-anchor-link"><span>to<wbr/>Array</span><a href="#toArray" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
191
191
|
<ul class="tsd-signatures">
|
|
@@ -197,7 +197,7 @@ array is empty, it returns <code>null</code>.</p>
|
|
|
197
197
|
|
|
198
198
|
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
|
|
199
199
|
<ul>
|
|
200
|
-
<li>Defined in <a href="https://github.com/zrwusa/data-structure-typed/blob/
|
|
200
|
+
<li>Defined in <a href="https://github.com/zrwusa/data-structure-typed/blob/dcec645/src/data-structures/stack/stack.ts#L80">src/data-structures/stack/stack.ts:80</a></li></ul></aside></li></ul></section>
|
|
201
201
|
<section class="tsd-panel tsd-member"><a id="fromArray" class="tsd-anchor"></a>
|
|
202
202
|
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <span>from<wbr/>Array</span><a href="#fromArray" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
|
203
203
|
<ul class="tsd-signatures">
|
|
@@ -223,7 +223,7 @@ array.</p>
|
|
|
223
223
|
|
|
224
224
|
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
|
|
225
225
|
<ul>
|
|
226
|
-
<li>Defined in <a href="https://github.com/zrwusa/data-structure-typed/blob/
|
|
226
|
+
<li>Defined in <a href="https://github.com/zrwusa/data-structure-typed/blob/dcec645/src/data-structures/stack/stack.ts#L25">src/data-structures/stack/stack.ts:25</a></li></ul></aside></li></ul></section></section></div>
|
|
227
227
|
<div class="col-sidebar">
|
|
228
228
|
<div class="page-menu">
|
|
229
229
|
<div class="tsd-navigation settings">
|
|
@@ -311,7 +311,6 @@ array.</p>
|
|
|
311
311
|
<li><a href="UndirectedVertex.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Undirected<wbr/>Vertex</span></a></li>
|
|
312
312
|
<li><a href="Vector2D.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-128"></use></svg><span>Vector2D</span></a></li>
|
|
313
313
|
<li><a href="../interfaces/AVLTreeDeleted.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><g id="icon-256"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><path d="M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z" fill="var(--color-text)"></path></g></svg><span>AVLTree<wbr/>Deleted</span></a></li>
|
|
314
|
-
<li><a href="../interfaces/BinaryTreeNodeObj.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>Binary<wbr/>Tree<wbr/>Node<wbr/>Obj</span></a></li>
|
|
315
314
|
<li><a href="../interfaces/HeapOptions.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>Heap<wbr/>Options</span></a></li>
|
|
316
315
|
<li><a href="../interfaces/IDirectedGraph.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IDirected<wbr/>Graph</span></a></li>
|
|
317
316
|
<li><a href="../interfaces/IGraph.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>IGraph</span></a></li>
|