Java Discover

Java Discover is a Java technical blog mainly created for sharing our thoughts and programming question to the world of Java Programmers..

Showing posts with label Data Structure. Show all posts
Showing posts with label Data Structure. Show all posts

How to create a graph using Java

›
Let's see simple graph creation using core java and printing all the vertex along with list of edges which goes from that particular Ve...

How to print singly linked list in reverse order

›
If we talk about Singly Linked List then it will be a 1 way traversal from head node to tail node. But if we need to print the linked list ...

How to Design a simple LRU cache in Java

›
Design and implement a data structure for Least Recently Used (LRU) cache by supporting set() and get() operations with O(1) complexity.  ...

Simple, how to get only left child in BST

›
As same as traversals like inorder, preorder, postorder and level order we need to traverse to BST and need to print only the left child of...

How to do Level order traversal in Binary Search Tree

›
We have see lot of tutorials based on Binary tree and also other traversals like Inorder, Preorder and Postorder etc., Now in this tuto...
›
Home
View web version
Powered by Blogger.