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

PR :: Andrew Jarrett #1

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

PR :: Andrew Jarrett #1

wants to merge 17 commits into from

Conversation

ahrjarrett
Copy link
Member

initial commit

@frankfaustino
Copy link

✌️

}
i++;
}
return count;

Choose a reason for hiding this comment

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

Nice use of while loop. Good job.

}

}
return NULL;

Choose a reason for hiding this comment

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

I'm able to break this by testing a string that starts at the beginning of world. hmmmmm.... :)

printf("The string 'Don't forget to be awesome' has %d characters.\n", string_length(quote1));
printf("The string 'a man a plan a canal panama' reversed is: '%s'\n", reverse_string(rv, quote2));

return 0;
}
#endif

Choose a reason for hiding this comment

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

tested. works 👍

@ckopecky
Copy link

  • fizzbuzz
  • strings
  • pointers
  • quicksort
  • malloc
  • structs
  • queue
  • [Stretch Goal] hangman

@ckopecky
Copy link

What you have done, Andrew, looks great! Try to finish out the lab and do quicksort, malloc, structs and queue. You can do it!

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.

3 participants