jitingxu.wordpress.com jitingxu.wordpress.com

jitingxu.wordpress.com

Silence | Get busy living, get busy dying

Get busy living, get busy dying

http://jitingxu.wordpress.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR JITINGXU.WORDPRESS.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.4 out of 5 with 10 reviews
5 star
1
4 star
6
3 star
1
2 star
0
1 star
2

Hey there! Start your review of jitingxu.wordpress.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.2 seconds

FAVICON PREVIEW

  • jitingxu.wordpress.com

    16x16

  • jitingxu.wordpress.com

    32x32

CONTACTS AT JITINGXU.WORDPRESS.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Silence | Get busy living, get busy dying | jitingxu.wordpress.com Reviews
<META>
DESCRIPTION
Get busy living, get busy dying
<META>
KEYWORDS
1 silence
2 about me
3 posts
4 leetcode
5 crack code interview
6 core java
7 projects
8 big data
9 lucene
10 data base
CONTENT
Page content here
KEYWORDS ON
PAGE
silence,about me,posts,leetcode,crack code interview,core java,projects,big data,lucene,data base,r projects,hadoop,machine learning algortihm,insertion sort list,leave a comment,引用一个pre, 每次检查pre,next, 比较大小,如果小了,就插在pre后面,filed under leetcode,sort list
SERVER
nginx
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Silence | Get busy living, get busy dying | jitingxu.wordpress.com Reviews

https://jitingxu.wordpress.com

Get busy living, get busy dying

INTERNAL PAGES

jitingxu.wordpress.com jitingxu.wordpress.com
1

Silence | Get busy living, get busy dying | Page 2

https://jitingxu.wordpress.com/page/2

Get busy living, get busy dying. Inorder Traversal : recursive solution. Inorder traversal use stack, space = O(N). 这inorder left – root – right。 用cur来表示当前要查找的node, 1, 先检查其left child, 如果其leftchild为null, 那么我们就把cur的值加到答案中去, 然后pop掉,然后找其右 child。 2, left child存在, 则加入stack中去。 Null){ s.push(cur); cur = cur.left; }else{ cur = s.pop(); res.add(cur.val); cur = cur.right; } } return res; } }. Inorder tree trversal without using stack. Time n 2.唉,理解起来有点费事,面试的时候还是优先使用stack吧, 要是面试官要用着个,我们再给这个吧。 Definition for binary t...

2

March | 2014 | Silence

https://jitingxu.wordpress.com/2014/03

Get busy living, get busy dying. Sort a linked list using insertion sort. Sort a linked list using insertion sort. 因为是single linked list, 要从前面往后面检查。 Null){ while(curr.val pre.next.val & pre! Tail){ pre = pre.next; } if(pre! Tail){ tail.next = curr.next; curr.next = pre.next; pre.next = curr; curr = tail.next; } else{ tail = tail.next; curr = curr.next; } pre = preHead; } return preHead.next; } }. Sort a linked list in O(n log n) time using constant space complexity. Null){ head.next = l1; } if(l2!

3

Implement the “paint fill” function that one might see on many image editing programs. That is, given a screen (represented by a two-dimensinal array of colors), a point, and a new color, fill in the surrounding area until the color changes fro

https://jitingxu.wordpress.com/2014/02/25/implement-the-paint-fill-function-that-one-might-see-on-many-image-editing-programs-that-is-given-a-screen-represented-by-a-two-dimensinal-array-of-colors-a-point-and-a-new-color-fill-in-th

Get busy living, get busy dying. 47 design an agorithm and write code to find the first common ancestor of two nodes in a binary tree. Avoid stroing aditional nodes in a data structure. Note this is not a necessarily a binary search tree. 欢迎使用 Cmd – 在线 Markdown 编辑阅读器 →. Classical recursion problem. Given the point(x,y), recursively check its adjacent element and to see if change it color or not. Filed under Crack Code Interview. Leave a Reply Cancel reply. Enter your comment here. Implement the “pa...

4

sort list | Silence

https://jitingxu.wordpress.com/2014/03/18/sort-list

Get busy living, get busy dying. 欢迎使用 Cmd – 在线 Markdown 编辑阅读器. Insertion Sort List →. Sort a linked list in O(n log n) time using constant space complexity. 第一眼看到这个题,以为很简单,符合nlgn的, 只有merge和heap, heap想了半天也不清晰, 就用merge,但是merge要recursive,对于list, 要占用lgn的空间,. Null){ int v1 = l1.val, v2 = l2.val; if(v1 v2){ head.next = l1; l1 = l1.next; }else{ head.next = l2; l2 = l2.next; } head = head.next; } if(l1! Null){ head.next = l1; } if(l2! Null & fast.next! Leave a Reply Cancel reply. Enter your comment here. Impleme...

5

February | 2014 | Silence

https://jitingxu.wordpress.com/2014/02

Get busy living, get busy dying. 欢迎使用 Cmd – 在线 Markdown 编辑阅读器. 欢迎使用 Cmd – 在线 Markdown 编辑阅读器. 欢迎使用 Cmd – 在线 Markdown 编辑阅读器. 这是一份 Cmd Markdown 的欢迎稿兼使用说明,请保留,如需撰写 新稿件. 它目前已经成为世界上最大的技术分享网站 GitHub 和 技术问答网站 StackOverFlow 的御用书写格式。 您可以使用很多工具书写 Markdown,但是 Cmd Markdown 是这个星球上我们已知的、最好的 Markdown 工具 没有之一 因为深信文字的力量,所以我们和你一样,对流畅书写,分享思想和知识,以及阅读体验有极致的追求,我们把对于这些诉求的回应整合在 Cmd Markdown,并且一次,两次,三次,乃至无数次地提升这个工具的体验,最终将它演化成一个 编辑/发布/阅读. 我们将 Cmd Markdown 的主界面一分为二,左边为 编辑区. 也许您还是一个 Markdown 语法的新手,在您完全熟悉它之前,我们在 编辑区. 于 2014 年 02月 27日.

UPGRADE TO PREMIUM TO VIEW 3 MORE

TOTAL PAGES IN THIS WEBSITE

8

OTHER SITES

jiting-tcm.com jiting-tcm.com

Ji Ting Academy of Traditional Chinese Medicine

jiting.com jiting.com

Jiting

Find the best information and most relevant links on all topics related to jiting.com.

jiting.net jiting.net

即婷-让爱无忧,美丽依旧

公司地址:深圳市南山区中山园路西南山农批市场1栋2层 电 话: 0755-25694069 传 真: 0755-25821807 E-mail:38048569@qq.com QQ 38048569.

jitingite.wordpress.com jitingite.wordpress.com

Joie de Vivre | Life Is Full of Entertainment

Life Is Full of Entertainment. Finally it’s here! Eco – x Challenge Prize watch! I don’t dare to use it……………. ). On July 16, 2010 at 6:55 pm Leave a Comment. Life and Death are the coming seconds and mintues. Enjoy life before enjoy death. On June 30, 2010 at 5:30 pm Leave a Comment. On June 15, 2010 at 6:39 pm Leave a Comment. Weekend – week end – week ended. Oh gosh, been a freaking long time since i press my own blog link on my shortcut which was bookmark-ed so convinently with just one click away.

jitingshipin.com jitingshipin.com

潍坊际庭食品有限公司-潍坊烧饼|烧饼批发|百岁宴烧饼|武老五烧饼|潍坊特色名吃|水库路烧饼

网址 http:/ www.jitingshipin.com. 公司专业从事手工烧饼批发与零售,致力于传承和发展手工烧饼的工艺与文化,始终坚持为消费者提供品质正宗,绿色健康的多元化烧饼产品,产品有酥香薄脆的特点,适合各个年龄阶段的消费者食用 好品味,好服务 . 诚邀各地县市区代理及加盟. 电话 0536-0536-8900712 网址 http:/ www.jitingshipin.com.

jitingxu.wordpress.com jitingxu.wordpress.com

Silence | Get busy living, get busy dying

Get busy living, get busy dying. Sort a linked list using insertion sort. Sort a linked list using insertion sort. 因为是single linked list, 要从前面往后面检查。 Null){ while(curr.val pre.next.val & pre! Tail){ pre = pre.next; } if(pre! Tail){ tail.next = curr.next; curr.next = pre.next; pre.next = curr; curr = tail.next; } else{ tail = tail.next; curr = curr.next; } pre = preHead; } return preHead.next; } }. Sort a linked list in O(n log n) time using constant space complexity. Null){ head.next = l1; } if(l2! 将 Cmd ...

jitinjain.wordpress.com jitinjain.wordpress.com

My Creativity unleashed | Just another WordPress.com weblog

Just another WordPress.com weblog. July 19, 2011. Who says drinking only gives you a high,. Run your free mind wild and imagine you fly,. Shout at the top of your voice until you cry. Step into your neatly woven world through the sky. Imagine here you get for which you never try. You control everything here from when to why. No blocks to feel shy and no goof-ups to lie. You feel so refreshed, you forget that you’re dry. Imagination is this when you resurrect before you die. Writing in my Blood. There was...

jitink.com jitink.com

Jitink | Leading with Innovative Solutions

Jitink creates, build and enables Innovative Solutions. Designed by Elegant Themes. Powered by Flyers internet communicatie.

jitinka-silence.blog.cz jitinka-silence.blog.cz

Silence

Neříkej, že chceš dát, ale dej! 7 října 2014 v 10:05 Jitinka Pod pokličkou. Mám rok a půl starého syna. Už od osmi měsíců ho učím na hrnec. Ale nedaří se. je to čímdál horší. Nechce na něm sedět (asi nejvíc od té doby, co začal chodit a běhat), a když už sedí. málokdy něco udělá. Dnes máme jít k paní dr. a máme vzít s sebou moč. Celou noc se mi zdálo o tom, jak na tom blbým hrnci ráno nic neudělá. Myslíte, že udělal? Ne, a ne a ne. Za hodinu opakuji proces. a máme tu stejný průběh. Jakmile dám pl...A to ...

jitinkrishnan.wordpress.com jitinkrishnan.wordpress.com

The Mausoleum of Weirdness | resting beneath your smile

The Mausoleum of Weirdness. Resting beneath your smile. Life in a Prison. August 15, 2010. Life in a Prison. This story is a replication of a few torn away pages from a 1979 diary of an unknown author. I found these pages accidentally from a rat hole in the basement of my newly bought house. Inmates, of both the rat hole and the house, have vacated the place since a while. 25 August 1979 – 07 November 1979. Actually, you eat a lot when you are at prison. Well, it could be my personal thing. You c...When ...

jitinmagic.blogspot.com jitinmagic.blogspot.com

SPIRITUAL ESSENCE

Awareness of self as spirit not form, soul not body. Power to tolerate is our ability to remain internally unaffected when situations and people are not our way. This power involves extending openness and acceptance, and internally resolving any conflict with right understanding. Their sanskars and karmic accounts were created on the journey of different births in different environments facing different situations. So, we cannot question other’s behavior or sanskars. We do not waste our energy or get agi...