SiddharthaAnand / datastructures

Data structures Problem Solving Algorithms
19 stars 65 forks source link

Added test case for InsertionSort #21

Closed sameerc17 closed 5 years ago

sameerc17 commented 5 years ago

Added test case for InsertionSort

sameerc17 commented 5 years ago

Also added isfull to push() to check overflow besides adding isempty to pop()

sameerc17 commented 5 years ago

sir, should i make any further changes?

SiddharthaAnand commented 5 years ago

Looks fine to me.