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

Linked List Algorithm Implementations(Easy) #1

Closed
Abhijit2505 opened this issue Aug 8, 2020 · 1 comment
Closed

Linked List Algorithm Implementations(Easy) #1

Abhijit2505 opened this issue Aug 8, 2020 · 1 comment
Assignees
Labels
documentation Improvements or additions to documentation Easy enhancement New feature or request good first issue Good for newcomers Linked List

Comments

@Abhijit2505
Copy link
Member

Abhijit2505 commented Aug 8, 2020

Here is a list of algorithmic implementations using a linked list,

  • Palindromic Linked List -
  • Remove Linked List Elements -
  • Intersection Of Two Linked List -
  • Linked List Cycle -
  • Remove Duplicates From a Sorter List -
  • Merge Two Sorted List -
  • Reverse Linked List -
  • Delete Node In a Linked List -
  • Middle Of the Linked List -
  • Delete M Modes after N Nodes of a Linked List -
  • Convert Binary Number In a Linked List to integer -

The addition of code for these implementations is ongoing.

@Abhijit2505 Abhijit2505 self-assigned this Aug 8, 2020
@Abhijit2505 Abhijit2505 added documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers Linked List Easy labels Aug 8, 2020
@Abhijit2505 Abhijit2505 changed the title Linked List Algorithm Implementations Linked List Algorithm Implementations(Easy) Aug 8, 2020
@Abhijit2505 Abhijit2505 added this to To Do in eduAlgo via automation Aug 8, 2020
@Abhijit2505 Abhijit2505 moved this from To Do to In Progress in eduAlgo Aug 9, 2020
@Abhijit2505 Abhijit2505 moved this from In Progress to Done in eduAlgo Aug 11, 2020
@Abhijit2505
Copy link
Member Author

Added Code for all the Implementations except Delete M nodes after N nodes in a Linked List

@Abhijit2505 Abhijit2505 removed this from Done in eduAlgo Feb 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation Easy enhancement New feature or request good first issue Good for newcomers Linked List
Projects
None yet
Development

No branches or pull requests

1 participant