Skip to content

Fix bug in SortArrayForMinNumber.cpp#33

Open
LF0614 wants to merge 1 commit intozhedahht:masterfrom
LF0614:master
Open

Fix bug in SortArrayForMinNumber.cpp#33
LF0614 wants to merge 1 commit intozhedahht:masterfrom
LF0614:master

Conversation

@LF0614
Copy link

@LF0614 LF0614 commented Dec 28, 2018

allocate space dynamically for Two-dimensional array with '(char**)new int[length]' is wrong, should be 'new char*[length]'

allocate space dynamically for Two-dimensional array  with '(char**)new int[length]' is wrong, should be 'new char*[length]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant