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

Printing Unique numbers List in C #394

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

Conversation

rishitc
Copy link

@rishitc rishitc commented Oct 12, 2019

I have added a C program called rishitc_unique_numbers.c, which given an input of random elements by the user, prints out the unique elements from the input list of elements.
I have added my details to the contributors' list as well.

rishitc and others added 3 commits October 12, 2019 21:59
I have added a C program, which given a list of elements, only prints out the unique elements in the input list.
@wzhouwzhou
Copy link
Owner

I just want to confirm this is not a one-liner solution right?

@wzhouwzhou wzhouwzhou added the Lang: C Contributions made in C label Oct 15, 2019
@rishitc
Copy link
Author

rishitc commented Oct 15, 2019

The code is as minified as possible for this purpose but at the same time, I am a university student learning C programming and Data Structures. If there is any other minification that is possible for this program, please help me out.

Thank You 👍

@wzhouwzhou
Copy link
Owner

No problem, we can move this to the honorary folder

@rishitc
Copy link
Author

rishitc commented Oct 15, 2019

Thank You 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Lang: C Contributions made in C
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants