CtCI-6th-Edition-Go
CtCI-6th-Edition-Go copied to clipboard
Cracking the Coding Interview 6th Ed. Go Solutions
Add problem 1 of chapter 4
Go doesn't require elses following a return statement - removed two.
Removing two unnecessary else statements
Else statements unnecessary for this code with a return in the If block.
Add problem 7 of chapter 8
Add problem 4 of chapter 8
Add problem 1 of chapter 8
Add problem 9 of chapter 8