summaryrefslogtreecommitdiff
path: root/260/CH8/EX8.7/8_7.sce
diff options
context:
space:
mode:
Diffstat (limited to '260/CH8/EX8.7/8_7.sce')
-rw-r--r--260/CH8/EX8.7/8_7.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/260/CH8/EX8.7/8_7.sce b/260/CH8/EX8.7/8_7.sce
new file mode 100644
index 000000000..ca8fb597e
--- /dev/null
+++ b/260/CH8/EX8.7/8_7.sce
@@ -0,0 +1,10 @@
+//Eg-8.7
+//pg-378
+
+clear
+clc
+
+exec quicksort.sci
+x = [ 42 48 36 51 38 41 45 35 40 44 ]
+xsorted = quicksort(x)
+disp(xsorted) \ No newline at end of file