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

Added various functions for linked list in C #585

Merged
merged 1 commit into from
Oct 24, 2017

Conversation

8shubham
Copy link
Contributor

Implemented various functions needed in linked list in c

  1. Detecting a loop in linked list.
  2. Inserting in sorted order.
  3. PairWise swap of linked list.
  4. Finding intersection of two sorted linked list.
  5. Merging two sorted linked list ( which can be used in merge sort for linked list)
    and various other basic functionalities.

@ZoranPandovski ZoranPandovski merged commit b0c34ce into ZoranPandovski:master Oct 24, 2017
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

2 participants