mrlonelyjtr's blog

写BUG的程序猿


  • Home

  • Categories

  • Archives

  • Tags

  • Search

[LeetCode] Problem 278 - First Bad Version

Posted on 2019-08-24 | In Algorithm , LeetCode
You are a product manager and currently leading a team to develop a new product. Unfortunately, the latest version of your product fails the quality c ...
Read more »

The English We Speak 1

Posted on 2019-08-23 | In English
Proof is in the puddingyou can judge the value or the quality of something only after you have tried it, experienced it or used it. ExamplesA: I don’t ...
Read more »

[LintCode] Problem 776 - Strobogrammatic Number II

Posted on 2019-08-23 | In Algorithm , LintCode
A strobogrammatic number is a number that looks the same when rotated 180 degrees (looked at upside down).Find all strobogrammatic numbers that are of ...
Read more »

[LintCode] Problem 644 - Strobogrammatic Number

Posted on 2019-08-23 | In Algorithm , LintCode
A mirror number is a number that looks the same when rotated 180 degrees (looked at upside down).For example, the numbers “69”, “88”, and “818” are al ...
Read more »

[LeetCode] Problem 258 - Add Digits

Posted on 2019-08-23 | In Algorithm , LeetCode
Given a non-negative integer num, repeatedly add all its digits until the result has only one digit. ExampleInput: 38 Output: 2 Explanation: The proc ...
Read more »

[LeetCode] Problem 257 - Binary Tree Paths

Posted on 2019-08-23 | In Algorithm , LeetCode
Given a binary tree, return all root-to-leaf paths. NoteA leaf is a node with no children. ExampleInput: 12345 1 / \2 3 \ 5 Output: [“1-> ...
Read more »

[LeetCode] Problem 242 - Valid Anagram

Posted on 2019-08-23 | In Algorithm , LeetCode
Given two strings s and t , write a function to determine if t is an anagram of s. ExampleNo.1Input: s = “anagram”, t = “nagaram” Output: true No.2Inp ...
Read more »

[LeetCode] Problem 234 - Palindrome Linked List

Posted on 2019-08-23 | In Algorithm , LeetCode
Given a singly linked list, determine if it is a palindrome. ExampleNo.1Input: 1->2 Output: false No.2Input: 1->2->2->1 Output: true Follo ...
Read more »

【图解设计模式】Facade模式

Posted on 2019-08-22 | In Design Pattern
可以为系统提供一个简单窗口。 示例编写简单的Web页面。 类图 Database类12345678910111213141516171819202122package pagemaker;import java.io.FileInputStream;import java.io.IOExceptio ...
Read more »

[LeetCode] Problem 205 - Isomorphic Strings

Posted on 2019-08-22 | In Algorithm , LeetCode
Given two strings s and t, determine if they are isomorphic. Two strings are isomorphic if the characters in s can be replaced to get t. All occurrenc ...
Read more »
1…181920…78
mrlonelyjtr

mrlonelyjtr

间歇性踌躇满志,持续性混吃等死

780 posts
18 categories
18 tags
Github
© 2020 mrlonelyjtr
Powered by Hexo
Theme - NexT.Pisces