JavaDiscover's profile picture.

Java Discover

@JavaDiscover

Add two numbers represented by linked lists using recursive: Add two numbers represented by… goo.gl/fb/WE4q2r


Reverse words in a given String using #recursion: Reverse words in a given String using… goo.gl/fb/9NsnSP


Rotate matrix by clockwise: Given a NxN matrix and need to rotate by clockwise as given… goo.gl/fb/JMYYKB


Find the smallest window in a string containing all characters of another string (With… goo.gl/fb/tqYUU3


How to find missing number in a sequential array ?: Given a list of sequential integers and… goo.gl/fb/9ytorL


Split the array into two equal Sum subarrays: Given an array of integers greater than zero… goo.gl/fb/FEicmT


How to do simple matrix multiplication: Simple matrix multiplication with sample java code… goo.gl/fb/9gaWLM


How to find the largest subarray with sum 0: Given an array of integers, find the largest… goo.gl/fb/BX2d2y


How to get integer pairs with given sum from integer array: Given an array of integers, and… goo.gl/fb/b64GyR


How to print singly linked list in reverse order: If we talk about Singly Linked List then… goo.gl/fb/DitpMB


How to Design a simple #LRU #cache in Java: Design and implement a data structure for Least… goo.gl/fb/D7j1Qt


How to get Maximum Subarray Sum in optimal way: Given an array with both positive and… goo.gl/fb/3h1woj


#Simple, how to get only left child in #BST: As same as traversals like inorder, preorder… goo.gl/fb/q8DhpQ


How to do Level order traversal in Binary Search Tree: We have see lot of tutorials based… goo.gl/fb/a86Nr1


How to get height of BST using recursive way: The height of a Binary Search Tree is the… goo.gl/fb/vyM41t


How to do Iterative #Postorder Traversal in BST: Earlier we have seen lot of tutorials… goo.gl/fb/1yZoXi


Counting nodes in a tree? Yes how to get Binary Tree size: Counting nodes in a tree? Yes… goo.gl/fb/GGXE2j


Loading...

Something went wrong.


Something went wrong.