Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create: 0058-length-of-last-word.rb (neetcode-gh#2018)
* Create 0058-length-of-last-word.rb Two solutions: - Simple one line solution - Double pointer solution * Update 0058-length-of-last-word.rb Strip not needed in the one liner! * Don't need to pass blank string arg to split Even more simpler!
- Loading branch information