webdev007
Programmer
- Sep 9, 2005
- 168
I am not able to come with a logic for merging multiple serialized arrays
Each serialized array contains any num of tags
I need to avoid in result any tag/tags duplicate that could possibly exists in each other array (I do not seek removing dupes)
I think that starting by merging the serialized arrays could be an option and then using twice flip() to avoid listing the dupes?
but I was not successful with the merging process.
How will you perform the task at hand?
your logic?
Thank you
Each serialized array contains any num of tags
I need to avoid in result any tag/tags duplicate that could possibly exists in each other array (I do not seek removing dupes)
I think that starting by merging the serialized arrays could be an option and then using twice flip() to avoid listing the dupes?
but I was not successful with the merging process.
How will you perform the task at hand?
your logic?
Thank you