bbasitc1 / DSA-REVISION

Repo to revise DSA problems
0 stars 13 forks source link

Create search_for_element.py and reverseStack.py #29

Closed yash-seth closed 2 years ago

yash-seth commented 2 years ago

search_for_element.py:

Python code to search for an element in a circular linked list. A ciruclar linked list is implemented in the code and sample input and test cases have been taken to show it's implementation.

reverseStack.py:

Python code to reverse the elements of a stack. Code to implement the stack is there, as well as sample inputs and test cases to show it's implementation.

yash-seth commented 2 years ago

If the PR is satisfactory, do mark it for hacktoberfest, as i'm participating in the event as well. If it isn't satisfactory, do let me know and I will work on it.