cracking-the-coding-interview icon indicating copy to clipboard operation
cracking-the-coding-interview copied to clipboard

Tests, Questions and Solutions from Cracking the Coding Interview

Results 3 cracking-the-coding-interview issues
Sort by recently updated
recently updated
newest added

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Hi, based on the exercise description we should only evaluate to true, if two strings are one edit away from each other. Two empty strings are not, they are identical....

The test cases for palindrome look not right. e.g. "act atac" is not palindrome. "act atca" is.