摘要: 虽然.NET已经是现实了Reverse(),但是学习算法有必要知道其是怎么实现的:private static void ReverseArray(int[] array) { int temp; int count = array.Leng... 阅读全文
posted @ 2014-05-28 16:04 等待是一生最初的苍老 阅读(222) 评论(0) 推荐(0) 编辑
摘要: LINQvar str= str.ToCharArray() .GroupBy(x => x) .OrderByDescending(x => x.Count()) .... 阅读全文
posted @ 2014-05-28 16:03 等待是一生最初的苍老 阅读(572) 评论(0) 推荐(0) 编辑