LeetCode練習
はじめに
この本を見て、LeetCodeなる存在を知ったので、やってみたので記録していく。
言語はPython。C++はPythonが終わった後にしようかな
気が進めば継続?
問題番号 | 言語 | |
---|---|---|
1480. Running Sum of 1d Array | Python | C++ |
1672. Richest Customer Wealth | Python | C++ |
412. Fizz Buzz | Python | C++ |
1342. Number of Steps to Reduce a Number to Zero | Python | C++ |
876. Middle of the Linked List | Python | C++ |
383. Ransom Note | Python | C++ |