Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 475 Bytes

File metadata and controls

21 lines (14 loc) · 475 Bytes

README

(AB - CD = EF) + GH = PPP problem, inspired by golden post:

考起碩士生的小一數學題(ppp)解法 - 香港高登 http://m2.hkgolden.com/view.aspx?message=6307521&type=SW&page=1

credit to golden son

Contribution

  1. fork me
  2. impl your language/algo under dir <language>-<algo> format, e.g. python-bruteforce
  3. add comment/script for others to build & run
  4. add example output in comment
  5. subbmit PR

TODO

  • add more languages
  • travis CI?