sailing

Everything...

2007年1月20日

remove duplicate element in an array

摘要: demonstrates an O(n2) method to remove the duplicated elements in an array// caution: 1. don't try to return int[] array from a function, c++ doesn't support this, though c# does it well.// ... 阅读全文

posted @ 2007-01-20 22:48 乌生鱼汤 阅读(372) 评论(0) 推荐(0) 编辑

导航