Bake date into snippets
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
---
|
||||
title: linearSearch
|
||||
tags: algorithm,array,beginner
|
||||
firstSeen: 2020-12-28T12:07:53+02:00
|
||||
lastUpdated: 2020-12-28T12:07:53+02:00
|
||||
---
|
||||
|
||||
Finds the first index of a given element in an array using the linear search algorithm.
|
||||
|
||||
Reference in New Issue
Block a user