Update frontmatter data
This commit is contained in:
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user