i have two array A and B ,A["anusha","kirthy","reema"],B["anusha","raju","sudha"].i need to get the elements of an array A which are not in array B .result will be ["kirthy","reema"] in golang .please help me
1条回答 默认 最新
- dongyuji7309 2017-08-24 10:49关注
Here's a Playground solving your problem (Quick and Dirty, there may be better solutions out there, but this one works.): https://play.golang.org/p/7vTXLtaGNh
This Problem sounds like a simple homework, with a bit tinkering you could've solved it yourself i guess.
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报