Title: Algorithm Selection – the code report – A blog about programming languages and more
Open Graph Title: Algorithm Selection
X Title: Algorithm Selection
Description: Yesterday, a contributor to one of my open source projects (Robert) pointed out to me that std::find_if(f, l, pred) != l is just std::any_of(f, l, pred). I totally missed this while refactoring even though it is implicitly covered in my STL Algorithm Cheatsheet:
Open Graph Description: Yesterday, a contributor to one of my open source projects (Robert) pointed out to me that std::find_if(f, l, pred) != l is just std::any_of(f, l, pred). I totally missed this while refactoring even though it is implicitly covered in my STL Algorithm Cheatsheet:
Opengraph URL: https://codereport.github.io/Algorithm-Selection/
Generator: Jekyll v3.10.0
Domain: codereport.github.io
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Conor Hoekstra"},"dateModified":"2021-03-07T00:00:00+00:00","datePublished":"2021-03-07T00:00:00+00:00","description":"Yesterday, a contributor to one of my open source projects (Robert) pointed out to me that std::find_if(f, l, pred) != l is just std::any_of(f, l, pred). I totally missed this while refactoring even though it is implicitly covered in my STL Algorithm Cheatsheet:","headline":"Algorithm Selection","mainEntityOfPage":{"@type":"WebPage","@id":"https://codereport.github.io/Algorithm-Selection/"},"url":"https://codereport.github.io/Algorithm-Selection/"}
| author | the code report |
| og:locale | en_US |
| og:site_name | Amit Merchant - Software Engineer |
| og:type | article |
| article:published_time | 2021-03-07T00:00:00+00:00 |
| twitter:card | summary |
| None | IE=edge |
| og:image | https://codereport.github.io/images/logo_crisp_no_background.png |
| twitter:image | https://codereport.github.io/images/logo_crisp_no_background.png |
| theme-color | #000000 |
Links:
Viewport: width=device-width, initial-scale=1.0, maximum-scale=1.0