240 发简信
IP属地:加州
  • 2019-02-01 Leetcode Day 4

    1. Unique Morse Code Words 1.1 题目描述 给定一个字符串数组,利用摩斯密码表将字符串加密,找出经加密后,不同摩斯密...

  • 2019-01-29 Leetcode Day 4

    Squares of a Sorted Array 1. 题目描述 一个排好序的数组,把这个数组的每个元素取平方后排序,返回排好序的数组。 2....

  • 2019-01-29 Leetcode Day 3

    今天两个easy的题目,目前希望把easy的难度做到看完题就立即有思路后,在进一步做medium的题目。 1. Jewels and Stone...

  • Add Two numbers-Leetcode Day 2

    1. 问题描述 给定两个非空的链表,两个链表代表着不同的数字,整数的每一位在链表中逆序排列。例如:Input: (2 -> 4 -> 3) + ...

  • Two sum-Leetcode Day 1

    1. 问题描述 Given an array of integers, return indices of the two numbers su...

  • 计算机网络实验

    计算机网络实验:搭建一个简单的web server 和 SMTP 客户端。 只要熟悉了socket编程, HTTP request 、respo...