mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #816] [CLOSED] feat: added an algorithm to check loop in linked-list #1334
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/816
Author: @ankitakul
Created: 3/19/2021
Status: ❌ Closed
Base:
master← Head:cycle_ll📝 Commits (10+)
8765bcfadded a file to check loop in linked-list07c0481feat: added an algorithm to check loop in linked-list6c56baafeat: added an algorithm to check a loop in linked-listfa9a120feat: added an algorithm to check a loop in linked-listfeae4e9feat: added an algorithm to check a loop in linked-list3c1aa05feat: added an algorithm to check a loop in linked-listddc29c6Update data_structures/linked_list/cycle_in_linked_list.c94b965dUpdate data_structures/linked_list/cycle_in_linked_list.c99ab745Update data_structures/linked_list/cycle_in_linked_list.cd20e8daUpdate data_structures/linked_list/cycle_in_linked_list.c📊 Changes
2 files changed (+107 additions, -0 deletions)
View changed files
📝
DIRECTORY.md(+1 -0)➕
data_structures/linked_list/cycle_in_linked_list.c(+106 -0)📄 Description
Description of Change
References
Checklist
Notes:
This file contains code to check loop in a linked list. I have added a test below.
This is my first time committing to a project other than mine. Please let me know if you need anything else.
Thank you very much for your support, I really appreciate it. I would love working on other issue/enhancements.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.