MCPcopy Create free account
hub / github.com/appacademy/Module-1-Resources / sort.js

File sort.js

w3/d2/sort.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/***********************************************************************
2Write a recursive function called `sort` that takes an array of integers, `nums`
3and returns an array containing those integers sorted from least to greatest.
4

Callers

nothing calls this directly

Calls 1

sortFunction · 0.70

Tested by

no test coverage detected