smv1999 / CompetitiveProgrammingQuestionBank

This repository contains all the popular Competitive Programming and DSA questions with solutions for your Coding Interview Preparation.
https://smv1999.github.io/CompetitiveProgrammingQuestionBank/
MIT License
1.23k stars 350 forks source link

Cycle detection in linked list using python #872

Closed kumarankm closed 3 years ago

kumarankm commented 3 years ago

Have you read the Contributing Guidelines on Pull Requests?

Yes

Description

Added a code that detects if there is any cycle detection in the linked list using python

Checklist

Related Issues or Pull Requests

Cycle detection in linked list python Issue: #842

Fill up the DCP form

If you are a part of DCP 21, fill up this form after the PR is merged.

The links provided in the form will be checked thoroughly, if someone tries fooling around, strict actions will be taken against the individual.

kumarankm commented 3 years ago

Remove the file "merge_two_sorted_linkedlist.py " which is not related to this PR.

@smv1999 Done 👍🏻

smv1999 commented 3 years ago

It seems that there are some conflicts that need to resolved from your end @kumarankm . Please look into that.

kumarankm commented 3 years ago

It seems that there are some conflicts that need to resolved from your end @kumarankm . Please look into that.

@smv1999 My resolve conflicts button is hidden. image

Saviour1001 commented 3 years ago

Hey @kumarankm , I tried merging the PR locally as well but wasn't able to resolve the merge conflicts,So I am closing this PR for now, could you open a new one