摘要: 这是亚麻的OA题 问题描述 Given a node from a cyclic linked list which has been sorted, write a function to insert a value into the list such that it remains a cy 阅读全文
posted @ 2018-01-14 15:43 HisonSanDiego 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 这是亚麻的OA 题 带补充。。。。 阅读全文
posted @ 2018-01-14 15:38 HisonSanDiego 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 这是亚麻OA题 问题描述: 给一个 int[] arrival time, int[] Execution time, int q. 例子: 【0,1,4】 【5,2,3】 q=3. 输出的是average wait time 2.3333333 阅读全文
posted @ 2018-01-14 15:35 HisonSanDiego 阅读(312) 评论(0) 推荐(0) 编辑
摘要: 这是亚麻2018 年新题的第一题: // find K distinct substring whithout duplication #include <iostream> // std::cout #include <algorithm> // std::make_heap, std::pop_ 阅读全文
posted @ 2018-01-14 14:30 HisonSanDiego 阅读(459) 评论(0) 推荐(0) 编辑
摘要: 这是亚麻2018 年的新题2 阅读全文
posted @ 2018-01-14 14:28 HisonSanDiego 阅读(171) 评论(0) 推荐(0) 编辑
摘要: 这是亚麻OA 题 阅读全文
posted @ 2018-01-14 14:18 HisonSanDiego 阅读(128) 评论(0) 推荐(0) 编辑