InterviewSolution
Saved Bookmarks
| 1. |
If f={(1,2),(2,3),(3,5),(5,8)} and g={(2,1),(3,2),(5,3),(8,5)} then f@g= |
|
Answer» `{(1,2),(2,3),(3,5),(5,8),(2,1),(3,2),(5,3),(8,5)}` |
|