Skip to content

Commit a210671

Browse files
solves set union operator
1 parent 4aaff65 commit a210671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The Python Domain is further Divided into the following sub-domains.
8686
| [Symmetric Difference](https://www.hackerrank.com/challenges/symmetric-difference) | Easy | [Solution](https://github.com/anishLearnsToCode/hackerrank-python/blob/master/sets/symmetric-difference.py) |
8787
| [Set .add()](https://www.hackerrank.com/challenges/py-set-add) | Easy | [Solution](https://github.com/anishLearnsToCode/hackerrank-python/blob/master/sets/set-add.py) |
8888
| [Set .discard() .remove() & .pop()](https://www.hackerrank.com/challenges/py-set-discard-remove-pop) | Easy | [Solution](https://github.com/anishLearnsToCode/hackerrank-python/blob/master/sets/set-disacard-remove-pop.py) |
89-
| [Set .union() Operation](https://www.hackerrank.com/challenges/py-set-union) | Easy | |
89+
| [Set .union() Operation](https://www.hackerrank.com/challenges/py-set-union) | Easy | [Solution](https://github.com/anishLearnsToCode/hackerrank-python/blob/master/sets/set-union.py) |
9090
| [Set .intersection() Operation](https://www.hackerrank.com/challenges/py-set-intersection-operation) | Easy | |
9191
| [Set .difference() Operation](https://www.hackerrank.com/challenges/py-set-difference-operation) | Easy | |
9292
| [Set .symmetric_difference() Operation](https://www.hackerrank.com/challenges/py-set-symmetric-difference-operation) | Easy | |

0 commit comments

Comments
 (0)