2018-05-14から1日間の記事一覧

海外留学: TOEFLの準備、勉強法。TOEFLで100点以上取るには? TPO練習

こんにちは。今日は私がTOEFLを準備していたころの勉強法を紹介したいと思います。 自分は大学二年後半~大学三年後半に渡って1年間準備し、最終得点は102点です。 専門授業とかには一切通っておりません。 TOEFLとは? 何点取ればいいの? どうやって受験す…

LeetCode #15. 3Sum プログラミング練習

問題: Given an array nums of n integers, are there elements a, b, c in nums such that a + b + c = 0? Find all unique triplets in the array which gives the sum of zero.Note:The solution set must not contain duplicate triplets.Example:Given…