Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Agr_Pushpa_Reverse_Sentence #29

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

pushpaagr
Copy link

No description provided.


while my_words[i] != " "
i = i + 1
break if my_words[i].nil?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider using my_words.length instead of checking for the character value being nil. That way, your algorithm is less reliant on the language specific constructs.

@shrutivanw
Copy link

Nice work!

I added one minor comment inline.

I didn't see explanations for time and space complexities. Take a look at the explanations on https://github.com/Ada-C10/reverse_sentence/blob/solution/lib/reverse_sentence.rb and slack me if you have any questions.

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.

2 participants