Conversion failed when converting the nvarchar value 'xxxxxx' to data type int. Conversion failed when converting the varchar value to data type int. Conversion failed when converting the varchar value '],[' to
find(item) - looks for value and returns first index with that value, -1 if not found resize(new_capacity) // private function when you reach capacity, resize to double the size when popping an item, if size is 1/4 of capacity, resize to half Time O(1) to add/remove at end ...
find(item) - looks for value and returns first index with that value, -1 if not found resize(new_capacity) // private function when you reach capacity, resize to double the size when popping an item, if size is 1/4 of capacity, resize to half Time O(1) to add/remove at end ...