Built in Functions Flashcards
1
Q
Julia as a Second Language
What is the result of using the sort function?
A
2
Q
Julia as a Second Language
What if you wish to sort an array, but you do not want to change the original array?
A
3
Q
Julia as a Second Language
What if you wish to sort an array, and wish the sorting to be done in place to the original array?
A
4
Q
Julia as a Second Language
What is an higher order function?
A