committed by
Randell Dawson
parent
b98213dd29
commit
fadea0cfe8
@ -125,7 +125,7 @@ You will need to figure out where the missing letter is, along with handling the
|
||||
### Code Explanation:
|
||||
|
||||
* Loop over the string
|
||||
* Check if the difference in char codes between adjacent characters in the string is more than 1 (chack ASCII table)
|
||||
* Check if the difference in char codes between adjacent characters in the string is more than 1 (check ASCII table)
|
||||
* Return the missing character ( +1 from where the gap was detected)
|
||||
|
||||
##  Advanced Code Solution:
|
||||
|
Reference in New Issue
Block a user