User talk:EMBee: Difference between revisions

From Rosetta Code
Content added Content deleted
(Symmetric difference problems.)
Line 9: Line 9:


==[[Symmetric difference]] problems==
==[[Symmetric difference]] problems==
Hi, you seem to have missed out the significance of Note #1 in the task description and made a wrong edit to one languages example, where they used the duplicates in the names to show that their solution correctly handles duplicates. Furthermore, your array solution that you added fails to show how or if it handles duplicates. Since your other solution uses multisets rather than sets, could you show how you get the correct result when the input has duplicates too? Thanks,
Hi, you seem to have missed out the significance of Note #1 in the task description and made a wrong edit to one languages example, where they used the duplicates in the names to show that their solution correctly handles duplicates. Furthermore, your array solution that you added fails to show how or if it handles duplicates. Since your other solution uses multisets rather than sets, could you show how you get the correct result when the input has duplicates too? Thanks. --[[User:Paddy3118|Paddy3118]] 19:42, 9 October 2011 (UTC)

Revision as of 19:42, 9 October 2011

Welcome to RC. Short Circuit should be along presently to greet you personally.

Just a neat little trick specific to RC... When editing a page, if you're linking to English Wikipedia, rather than entering the full link like this:

[http://en.wikipedia.org/wiki/Rosetta_Code RC on WP]

..you can instead use the wp namespace:

[[wp:Rosetta Code|RC on WP]]

This makes the WP links show up without the "external link" icon, which (IMHO) interrupts the flow of text. -- Erik Siers 12:54, 4 October 2011 (UTC)

thanks, i was actually looking for that shortcut but could not find it.--eMBee 13:55, 4 October 2011 (UTC)

Symmetric difference problems

Hi, you seem to have missed out the significance of Note #1 in the task description and made a wrong edit to one languages example, where they used the duplicates in the names to show that their solution correctly handles duplicates. Furthermore, your array solution that you added fails to show how or if it handles duplicates. Since your other solution uses multisets rather than sets, could you show how you get the correct result when the input has duplicates too? Thanks. --Paddy3118 19:42, 9 October 2011 (UTC)