d-coder111 / DSAmplify

Hacktoberfest2024 accepted-Our aim is to build a website that comprehensively covers algorithms in C++, Java, Python, and other programming languages, along with acknowledging the contributors to this repository.
27 stars 51 forks source link

Added JAVA code for Next greater element in LINKED LIST #121

Closed sohamt-21 closed 11 months ago

sohamt-21 commented 11 months ago

I have added a JAVA code for finding next greater element of given Linked List with example.