ascii-dev/c-algorithms

Implement pointer arithmetic indexing for arrays

ascii-dev opened this issue · 0 comments

Instead of using indexing for arrays in the array implementation, update the code to make use of pointer arithmetic indexing.