随笔分类 -  常用算法

摘要:#include <iostream> using namespace std; int main() { int arr[4][4]={1,2,4,7,3,5,8,11,6,9,12,14,10,13,15,16}; int n=4; for (int k = 0; k <= 2 * (n - 1 阅读全文
posted @ 2021-04-20 19:17 wolbo 阅读(448) 评论(0) 推荐(0) 编辑
摘要:c# public static class MyExtensions { /// <summary> /// Finds the missing numbers in a list. /// </summary> /// <param name="list">List of numbers</pa 阅读全文
posted @ 2019-08-29 11:29 wolbo 阅读(163) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示