240 发简信
IP属地:北京
  • 2018-08-08 leetcode 378 Kth Smallest Element in a Sorted Matrix

    Description:Given a n x n matrix where each of the rows and columns are ...

  • 2018-06-19 lintCode 437 Copy Book

    Description Given n books and the ith book has A[i] pages. You are given...

  • 2018-06-18 lintCode633 Find the duplicate number

    Description Given an array nums containing n + 1 integers where each int...

  • 2018-06-18 lintCode 183 Wood Cut

    Description Given n pieces of wood with length L[i] (integer array). Cut...

  • 2018-04-03 java并发编程第三次作业总结

    题目概述: 题目要求实现一个消息类, 一个网络类, 模拟网络中的路由器收发包。 网络里有router, 也就是路由器, 他有相关的路由算法, 题...

  • 2018-03-01 并发编程作业笔记

    1. 总共7个test, 目前只通过第一个, 在测试第二个。 2. 了解了Callable 和 Runnable 这两个接口类的原理, 一个类如...

  • 2/27/2018 machine learning 学习笔记

    1. 变量分为两种类型 定量和定性。 一般习惯于将响应变量(y值)为定量的问题称为回归分析问题 而将具有定性响应变量的问题定义为分类问题。当然这...