Skip to content

Commit 678660f

Browse files
committed
Added more links
1 parent 9b46fd1 commit 678660f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Competitive Coding/Linked List/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**This folder contains files that have the following algorithms**
44

5-
1. All BASIC Linked List operations on a Linked List based on *Pointers*
5+
1. All BASIC Linked List operations on a Linked List based on **Pointers**     [File Link](https://github.com/codeIIEST/Algorithms/blob/1cc9b4bc30bf8ed5beddca9b55c68a217dc4002b/Competitive%20Coding/Linked%20List/Linked_List_operation.cpp#L1)
66

77
* Adding elements at the *end* of a Linked List. [Code](https://github.com/codeIIEST/Algorithms/blob/1cc9b4bc30bf8ed5beddca9b55c68a217dc4002b/Competitive%20Coding/Linked%20List/Linked_List_operation.cpp#L36-L67)
88
* Adding elements at the *begining* of a Linked List. [Code](https://github.com/codeIIEST/Algorithms/blob/1cc9b4bc30bf8ed5beddca9b55c68a217dc4002b/Competitive%20Coding/Linked%20List/Linked_List_operation.cpp#L69-L94)
@@ -16,4 +16,4 @@
1616
* Merging two Sorted *[Increasing order]* Linked Lists. [Code](https://github.com/codeIIEST/Algorithms/blob/1cc9b4bc30bf8ed5beddca9b55c68a217dc4002b/Competitive%20Coding/Linked%20List/Linked_List_operation.cpp#L309-L395)
1717
* Reversing a Linked List. [Code](https://github.com/codeIIEST/Algorithms/blob/1cc9b4bc30bf8ed5beddca9b55c68a217dc4002b/Competitive%20Coding/Linked%20List/Linked_List_operation.cpp#L397-L410)
1818

19-
2. Removing Duplicate Elements from an unsorted Linked List.
19+
2. Removing Duplicate Elements from an Unsorted Linked List.    [File Link](https://github.com/codeIIEST/Algorithms/blob/1cc9b4bc30bf8ed5beddca9b55c68a217dc4002b/Competitive%20Coding/Linked%20List/Removing_duplicates_from_Linked_List.cpp#L1)

0 commit comments

Comments
 (0)