自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(13)
  • 收藏
  • 关注

原创 关于“java内存模型”的误区

你没看错,这篇文章总共就想说这么几句话:程序员面试中面试官经常提到的“java内存模型”这个字眼,大多是想让你谈论JMM。而不是想让你谈论“线程栈、堆、静态方法区”这个维度。好了,祝你面试顺利...

2018-03-27 16:23:32 137

原创 leetCode Min Stack解题分享

原题:https://oj.leetcode.com/problems/min-stack/Design a stack that supports push, pop, top, and retrieving the minimum element in constant time.push(x) -- Push element x onto stack.pop() -- R

2014-11-10 12:52:22 1577

原创 leetCode Triangle 解题分享

原题:https://oj.leetcode.com/problems/triangle/Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below.For example, given th

2014-09-18 22:33:04 508

原创 leetCode Distinct Subsequences 解题分享

原题:https://oj.leetcode.com/problems/distinct-subsequences/Given a string S and a string T, count the number of distinct subsequences of T in S.A subsequence of a string is a new string which

2014-09-18 19:53:46 772 1

原创 leetCode Recover Binary Search Tree解题分享

原题:https://oj.leetcode.com/problems/recover-binary-search-tree/Two elements of a binary search tree (BST) are swapped by mistake.Recover the tree without changing its structure.Note:A so

2014-09-18 00:03:13 459

原创 leetCode 3Sum 解题分享

原题:https://oj.leetcode.com/problems/3sum/Given an array S of n integers, are there elements a, b, c in S such that a + b + c = 0? Find all unique triplets in the array which gives the sum of z

2014-09-09 18:22:02 512

原创 leetCode Candy解题分享

原题:https://oj.leetcode.com/problems/candy/

2014-08-26 15:31:16 936

原创 Populating Next Right Pointers in Each Node II解题分享

原题:https://oj.leetcode.com/problems/populating-next-right-pointers-in-each-node-ii/本文解题过程

2014-08-20 14:31:30 859

原创 关于java中方法的参数传递问题

关于java对象参数的传递,教科书里说的是“引用传递”,

2014-08-05 21:15:16 662

原创 leetCode Best Time to Buy and Sell Stock II解题分享

原题:https://oj.leetcode.com/problems/best-time-to-buy-and-sell-stock-ii/今天临,女朋友崔,

2014-08-03 21:37:06 391

原创 leetCode single number解题分享

原题:https://oj.leetcode.com/problems/single-number/

2014-08-03 16:45:39 475

原创 leetCode Linked List Cycle 解题分享

原题:点击打开链接

2014-08-03 15:48:33 495

原创 leetCode Word Break解题分享

原题链接:https://oj.leetcode.com/problems/word-break/

2014-07-31 21:12:50 559

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除