wzhouwzhou / one-line-wonders

OneLineWondersCode | 1000+ Commits | 279/300 One Liners | 200+ Forks | Actively maintained open-source collection of "one-line" programs performing various tasks in different languages
https://hacktoberfest2018.suya.moe
GNU General Public License v3.0
96 stars 190 forks source link

Valley Counting #96

Open wzhouwzhou opened 6 years ago

wzhouwzhou commented 6 years ago

Program Request | Hacktoberfest

94 solves the counting valleys problem in one line, is as short a solution possible in other languages?

yashagarwal1999 commented 5 years ago

Solved this issue in cpp https://github.com/wzhouwzhou/one-line-wonders/pull/404

yashagarwal1999 commented 5 years ago

If there are any changes let me know

yashagarwal1999 commented 5 years ago

Solved this issue inn pull request https://github.com/wzhouwzhou/one-line-wonders/pull/410