Tanay Kamath
Tanay Kamath
I added LinkedList implementation in Kotlin,do let me know if I need to make any other changes 😊.
Can I contribute a program with *Multiple recursion* in [001_RECURSION](https://github.com/kshitizsaini113/Data-Structure-and-Algorithms/tree/master/001_RECURSION),please do assign me if its needed :relaxed:
I would like to add Tarjan's algorithm in java
**Is your feature request related to a problem? Please describe.** I would like to add a solution to the [Climbing Stairs](https://leetcode.com/problems/climbing-stairs/) problem in Java
Design a stack that supports push, pop, top, and retrieving the minimum element in constant time.
**Is your feature request related to a problem? Please describe.** I would like to contribute a solution to the [Min Stack](https://leetcode.com/problems/min-stack/) problem **Describe the solution you'd like** I would basically...