Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
/***********************************************************************
2
Write a recursive
function
called `sort` that takes an array of integers, `nums`
3
and returns an array containing those integers sorted from least to greatest.
4
Callers
nothing calls this directly
Calls
1
sort
Function · 0.70
Tested by
no test coverage detected