摘要: Morgan Stanley Telephone interview merely consisting of questions on concurrency and garbage collection. Also some questions on collections and projec 阅读全文
posted @ 2017-08-30 00:13 小张的练习室 阅读(277) 评论(0) 推荐(0)
摘要: 1. Reserve a string in place https://www.codepuppet.com/2013/03/24/reversing-a-string-in-java-in-place/ 2. Write a method that convert decimal to bina 阅读全文
posted @ 2017-08-30 00:12 小张的练习室 阅读(182) 评论(0) 推荐(0)
摘要: * Write an algorithm to Reverse Linked list. * Find an element in a NxM matrix of elements with partial "top-down + left-right" ordering. (divide & co 阅读全文
posted @ 2017-08-30 00:11 小张的练习室 阅读(186) 评论(0) 推荐(0)
摘要: Attached are two useful technical prep documents. Work through these and go back through the Comp Sci/OO fundamentals. Also start to work through the 阅读全文
posted @ 2017-08-30 00:10 小张的练习室 阅读(348) 评论(1) 推荐(0)
摘要: ASCII Characters int[26] for Letters 'a' - 'z' or 'A' - 'Z'. Usually used as map[ch - 'a'] int[128] for ASCII int[256] for Extended ASCII 0 < 9 < A < 阅读全文
posted @ 2017-08-30 00:05 小张的练习室 阅读(467) 评论(0) 推荐(0)