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

Create OperationsLL.java #157

Merged
merged 1 commit into from
Oct 11, 2023
Merged

Conversation

tangorishi
Copy link
Contributor

@tangorishi tangorishi commented Oct 9, 2023

Pull Request Template - LinkedList Operations

Issue Description

This pull request addresses #152 in the repository, which requests the implementation of various LinkedList operations to enhance the functionality of our LinkedList data structure.

Changes Proposed

  • Implemented the deleteFromStart method to delete a node from the beginning of the linked list.
  • Implemented the deleteFromEnd method to delete a node from the end of the linked list.
  • Implemented the deleteBeforeValue method to delete a node that appears immediately before a specific value in the linked list.
  • Added other useful LinkedList operations like insertion, searching, and more.

Checklist

Please make sure to review and check all the following items before submitting the PR:

  • Code has been tested and works as intended.
  • Code follows coding standards and conventions.
  • Documentation (if any) has been updated to reflect the changes.
  • All tests (if any) pass successfully.
  • The code has been reviewed by at least one team member.

Labels

  • enhancement
  • linkedlist

@sujana-kamasany sujana-kamasany added good first issue Good for newcomers Java Basic Java Programs Hacktoberfest-Accepted Make your Pull Request for Hacktoberfest 2023 labels Oct 11, 2023
@sujana-kamasany sujana-kamasany merged commit 2194bd9 into sujana-kamasany:main Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers Hacktoberfest-Accepted Make your Pull Request for Hacktoberfest 2023 Java Basic Java Programs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants