himanshu-03 / Python-Data-Structures

A compilation of Data Structures in Python. It is a collection of Python code examples and implementations of various data structures. This repository aims to provide a comprehensive resource for understanding and utilizing different data structures efficiently in Python.
MIT License
18 stars 27 forks source link

Tarjan's Algorithm #92

Closed pankajsingh92533 closed 1 year ago

pankajsingh92533 commented 1 year ago

Describe the algorithm/code

I want to add Tarjan's Algorithm . Please assign me this task under Hactoberfest 2023 tag.

Do you want to work on this feature?

himanshu-03 commented 1 year ago

Hi @pankajsingh92533 ! 👋🏻 You can start working on this issue! Do let me know if you need any help. ✨

pankajsingh92533 commented 1 year ago

tarjan i have written code with proper explanations. Please review it..

himanshu-03 commented 1 year ago

Create a PR. I will check but make sure that the code is accepting dynamic input