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

anagram_search.c : refactored #3572

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

christianbender
Copy link
Contributor

Changes:

  • I refactored the project.
    • I moved some parts from the main into extern functions like sort(...) or swap(...).
    • And removed useless variables from the main function.

@deepyadav442
Copy link

@christianbender It seems like there is some problem while building project.(Errors are coming due to OS conflicts,since travis is using ubuntu and there are codes which are using windows headers(in c/c++)).
https://travis-ci.org/OpenGenus/cosmos/jobs/380381202 logs are here
I have fixed some of them but its still not working.Can you help me out here.

Copy link
Member

@arnavb arnavb left a comment

Choose a reason for hiding this comment

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

Please conform to our C style guide.

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.

None yet

3 participants