Data update
This commit is contained in:
parent
9817d9b99b
commit
07c7092a52
140 changed files with 2712 additions and 241 deletions
|
|
@ -1,9 +1,7 @@
|
|||
a$ =" 1 $23.19 2 elbow 3 2 Bork 4 3 elbow 2 $23.19 "
|
||||
print "Original set of elements = ["; a$; "]"
|
||||
|
||||
b$ =removeDuplicates$( a$)
|
||||
print "With duplicates removed = ["; b$; "]"
|
||||
|
||||
end
|
||||
|
||||
function removeDuplicates$( in$)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue