Update frontmatter data

This commit is contained in:
Angelos Chalaris
2023-04-28 22:29:23 +03:00
parent 705e4e097d
commit 8850e3dfbe
577 changed files with 1731 additions and 1678 deletions

View File

@ -1,9 +1,9 @@
---
title: Bucket sort
tags: algorithm,array
type: snippet
tags: [algorithm,array]
cover: canoe
firstSeen: 2020-12-28T22:11:56+02:00
lastUpdated: 2020-12-29T12:22:44+02:00
dateModified: 2020-12-29T12:22:44+02:00
---
Sorts an array of numbers, using the bucket sort algorithm.