Ansh-Sarkar / Python-Data-Structures

This repository contains the code for implementing various Data Structures in Python. It can be used as a quick lookup module or reference for anyone interested in Data Structures . I will keep updating this repository frequently as and when I come across new Data Structures : )
MIT License
4 stars 15 forks source link

feat(interview question): Added interview question #25

Closed Dushyant100 closed 2 years ago

Dushyant100 commented 2 years ago

Leetcode question link: https://leetcode.com/problems/next-greater-element-i/description/ Signed-off-by: Dushyant100 dushyant01agra@gmail.com