AceCommon  1.6.1
Arduino library for low-level common functions and features with no external dependencies
algorithms Directory Reference

Files

file  binarySearch.h [code]
 Templatized implementation of binary search function over a sorted array of things.
 
file  isSorted.h [code]
 Templatized functions that determine if an array of things is sorted.
 
file  linearSearch.h [code]
 Templatized implementation of linear search function over an array of things, which is not necessarily sorted.
 
file  reverse.h [code]
 Templatized function that reverses the elements of a given array.