#programing
Read more stories on Hashnode
Articles with this tag
1007. Minimum Domino Rotations For Equal Row 題目敘述 In a row of dominoes, tops[i] and bottoms[i] represent the top and bottom halves of the i**th...
389. Find the Difference 題目敘述 You are given two strings s and t. String t is generated by random shuffling string s and then add one more letter at a...
290. Word Pattern 題目敘述 Given a pattern and a string s, find if s follows the same pattern. Here follow means a full match, such that there is a...
https://floating-point-gui.de/ · 單純記錄一下,不錯的網站. 說明不同的程式語言怎麼處理浮點數精度的問題 https://floating-point-gui.de/
按照順序印出 · 1114. Print in Order 題目敘述 Suppose we have a class: public class Foo { public void first() { print("first"); } public void second() {...