14 lines
290 B
Markdown
Raw Normal View History

2018-11-17 21:56:09 +03:00
# Array Exercises
- get data from command-line
- into a fixed array; see how it blows beyond its len
- add items
- get items
- check the length
- reverse the array
- shuffle the items
- find the first item that contains x
- find the last item that contains y
- find the duplicate items