Re: [問題] get the same elements

看板Perl作者 (一個會寫程式的人)時間21年前 (2003/04/19 03:22), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串4/4 (看更多)
※ 引述《easy1 ( ~_~ !)》之銘言: : @a = qw/a b c d e f/; : @b = qw/a c g h f d b/; : how can I get the same elements in @a and @b ? @c = grep { +{map { ($_,1)} @a}->{$_} } @b; # O(2n*log(n)) -- Pary All Rough Yet. -- ※ 發信站: 批踢踢實業坊(ptt.csie.ntu.edu.tw) ◆ From: 61.64.145.132
文章代碼(AID): #-e526V_ (Perl)
文章代碼(AID): #-e526V_ (Perl)