anku580 / Java-Algorithms

This repository contains java algorithms and some interview questions.
11 stars 57 forks source link

Added utility code for LinkedList Node and BST Node #5

Closed araut1 closed 3 years ago

araut1 commented 3 years ago

Added utility code for LinkedList Node and BST Node, so that solving algorithm problems related to these Data structures is easy.

Let me know of any issues. Happy Building!

araut1 commented 3 years ago

Thanks for reviewing. I have made the changes. Let me know if any issues.