DickBaker / how-to-find-peaks-in-array

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how-to-find-peaks-in-array

Packt Publishing commissions books, videos from HQs in Birmingham/UK and Mumbai/India Dr Marcin Jamro is an author for Packt Publishing, writing

Date ISBN Title+url
Sep 2013 9781849696807 Windows Phone 8 Game Development
Dec 2016 9781786467720 Windows Application Development Cookbook
Apr 2018 9781788833738 C# Data Structures and Algorithms
Sep 2018 9781789610352 Beginning Data Structures and Algorithms in C# [Video]
Feb 2024 9781803248271 C# Data Structures and Algorithms - Second Edition

Dr Jamro also has his own website, and one of the article tips [operating on input array of integers] is HOW TO FIND PEAKS IN ARRAY?

although the code presented produces the correct result for the single input set given, it produces spurious results on many others hence this public repo to demonstrate such adverse behaviour [with NUnit tests], and to present an alternative implementation that passes the tests.

About


Languages

Language:C# 100.0%