Giter VIP home page Giter VIP logo

Comments (14)

ankitakul avatar ankitakul commented on May 14, 2024 1

I was able to create a pull request after forking the repository. Thank you very much for your support!! 😊

from c.

Panquesito7 avatar Panquesito7 commented on May 14, 2024

Please describe as much as possible about this algorithm. Thank you.

from c.

bhavdeep009 avatar bhavdeep009 commented on May 14, 2024

are you looking for the code which detects cycle in link list?

from c.

Panquesito7 avatar Panquesito7 commented on May 14, 2024

You haven't filled the template: it doesn't have description (not even detailed), context or possible implementation.
Please fill the template how does this algorithm work (or at least a description), context and possible implementation.

Thank you.

from c.

ankitakul avatar ankitakul commented on May 14, 2024

Hello, is this issue still open? I have a project for a software methodology class to contribute to an open source repo and I would like to work on this project. Could I be assigned to this issue?

Possible implementation: I was thinking of using 2 pointers, slow and fast. Slow pointer will move one step forward and fast pointer will move 2 steps forward. If they are pointing to same node, we know its a loop. If the fast reaches the null/end, it has no loop.

from c.

Panquesito7 avatar Panquesito7 commented on May 14, 2024

Thank you for your interest in contributing. 👍
Before submitting a PR, please ensure the following:

  • The algorithm isn't a duplicate in this repository.
  • Make your code as per the repository standards.
  • Ensure all the automated-tests pass.

from c.

ankitakul avatar ankitakul commented on May 14, 2024

Hello, My code is ready. I made sure its not duplicate and according to standards. I am new to github and I am having issues pushing the code. It is saying invalid username and password , authentication failed for github/TheAlgorithms/C.git.
Is it because I am not assigned the issues? Can you please assign it to me.

from c.

ayaankhan98 avatar ayaankhan98 commented on May 14, 2024

Hello, My code is ready. I made sure its not duplicate and according to standards. I am new to github and I am having issues pushing the code. It is saying invalid username and password , authentication failed for github/TheAlgorithms/C.git.
Is it because I am not assigned the issues? Can you please assign it to me.

No it has no relation with issue assignment. It is because of your improper login configuration for Github CLI.

from c.

ankitakul avatar ankitakul commented on May 14, 2024

Capture

I am getting this error now.

from c.

Panquesito7 avatar Panquesito7 commented on May 14, 2024

I am getting this error now.

You must fork the repository, then clone your forked repository. 🙂

from c.

Arjun-Dagar avatar Arjun-Dagar commented on May 14, 2024

Can i work on it?

from c.

Panquesito7 avatar Panquesito7 commented on May 14, 2024

Can I work on it?

Sure, if you want. I'll review your PR as soon as possible. 🙂
Just follow the steps mentioned in this issue above here.

from c.

github-actions avatar github-actions commented on May 14, 2024

This issue has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

from c.

github-actions avatar github-actions commented on May 14, 2024

Please ping one of the maintainers once you add more information and updates here. If this is not the case and you need some help, feel free to ask for help in our Gitter channel or our Discord server. Thank you for your contributions!

from c.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.