摘要: 1.前言 此文记录互联网行业共识的知识,原视频b站万能布偶先生视频《程序员年入百万?——前阿里达摩程序员高度你程序员真实收入情况》 https://www.bilibili.com/video/av81046459?t=26 2.收入 3.1.年薪计算公式 年薪=package=月薪*13薪+年终奖 阅读全文
posted @ 2019-12-30 05:10 SteveYu 阅读(5294) 评论(0) 推荐(0) 编辑
摘要: There are two sorted arrays nums1 and nums2 of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexity sh 阅读全文
posted @ 2019-12-30 03:18 SteveYu 阅读(157) 评论(0) 推荐(0) 编辑
摘要: Given a string, find the length of the longest substring without repeating characters. Example 1: Input: "abcabcbb"Output: 3 Explanation: The answer i 阅读全文
posted @ 2019-12-30 02:54 SteveYu 阅读(150) 评论(0) 推荐(0) 编辑
摘要: You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes contai 阅读全文
posted @ 2019-12-30 02:31 SteveYu 阅读(142) 评论(0) 推荐(0) 编辑
摘要: Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have ex 阅读全文
posted @ 2019-12-30 01:41 SteveYu 阅读(170) 评论(0) 推荐(0) 编辑