1 Solved Topic

Remove Filter
Member Avatar for apines

Hi all, I need some advice in implementing a new ADT that has length of n and the following operations: 1) Init() : Initializes all n elements to 0. Can assume that this is the first one called and called only once. 2) Write(i,x): write value x to position i. …

Member Avatar for ~s.o.s~
0
82

The End.