Skip to content

Commit a5f7986

Browse files
Merge pull request #36 from AdityaInnovates/TEST
Test
2 parents 6b12500 + 0309419 commit a5f7986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blogsList.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
{
1515
"id": "f1b3w4cbw43sa",
1616
"image": "https://miro.medium.com/v2/resize:fit:1400/1*TnkzeYKY653YXS9jZ6oapg.png",
17-
"title": "Maximum Element in an Array",
17+
"title": "Maximum Element in an Array ",
1818
"description": "The Maximum Element algorithm is a simple way to find the largest number in an array. Starting with an initial assumption of the maximum element, we iterate through each element in the array, updating our assumption whenever we find a larger element. This method works well for both sorted and unsorted arrays."
1919
},
2020
{

0 commit comments

Comments
 (0)