File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
2
2
-- Question 1
3
3
-- Write a function that takes in a list of integers and removes from it the smallest
4
- -- element. If the element is occuring more then once, it should remove only the first
5
- -- occurence of the smallest element.
4
+ -- element. If the element is occurring more then once, it should remove only the first
5
+ -- occurrence of the smallest element.
6
6
7
- -- Chalange : Write the this function in such a way that if you add some code to it and
8
- -- not remove any, the function will be removing all instances of the smallest eleement .
7
+ -- Challenge : Write the this function in such a way that if you add some code to it and
8
+ -- not remove any, the function will be removing all instances of the smallest element .
9
9
10
10
11
11
-- Question 2
You can’t perform that action at this time.
0 commit comments