Skip to content

Commit fe29bb3

Browse files
authored
Update README.md
1 parent 1d8b714 commit fe29bb3

File tree

1 file changed

+6
-32
lines changed

1 file changed

+6
-32
lines changed

README.md

+6-32
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<li>Removal of Duplicate
1616
<li>Finding All Address
1717
<li>All Arithmetic Functions on elements
18-
<li> etc
18+
<li>etc.
1919
</ul>
2020
</details>
2121
</p>
@@ -29,7 +29,7 @@
2929
<li>Doubly Linked List
3030
<li>Circular Linked List
3131
<li>Array to Singly and Doubly Linked Lists
32-
<li>etc
32+
<li>etc.
3333
</ul>
3434
</details>
3535
</p>
@@ -41,54 +41,28 @@
4141
<ul>
4242
<li>Queue Using Array, Linked List and struct
4343
<li>Cicular Queue using Array, Linked List
44-
<li>etc
44+
<li>etc.
4545
</ul>
4646
</details>
4747
</p>
4848

49-
50-
<p>
51-
<details>
52-
<summary>Array</summary><br/>
53-
<ul>
54-
<li>Blah
55-
<li>BB
56-
<li>CC
57-
</ul>
58-
</details>
59-
</p>
60-
61-
6249
<p>
6350
<details>
6451
<summary>Stack</summary><br/>
6552
<ul>
6653
<li>Stack using Array
67-
<li>Stack using Array and Linked List or stuct
68-
<li>etc
54+
<li>Stack using Array and Linked List or struct
55+
<li>etc.
6956
</ul>
7057
</details>
7158
</p>
7259

73-
74-
<p>
75-
<details>
76-
<summary>Array</summary><br/>
77-
<ul>
78-
<li>Blah
79-
<li>BB
80-
<li>CC
81-
</ul>
82-
</details>
83-
</p>
84-
85-
8660
<p>
8761
<details>
8862
<summary>Tree</summary><br/>
8963
<ul>
9064
<li>Binary Tree
91-
<li>etc
65+
<li>etc.
9266
</ul>
9367
</details>
9468
</p>

0 commit comments

Comments
 (0)