DEV Community

Prashant Mishra profile picture

Prashant Mishra

There is always a price for those who persevere.

Education

BE in Computer Science

Work

Software Engineer @JPMorganChase&Co.

Max product subarray

Max product subarray

Comments
1 min read
Maximum sub array sum

Maximum sub array sum

Comments
1 min read
Buy and sell stocks

Buy and sell stocks

Comments
2 min read
Two sums

Two sums

Comments
1 min read
LinkedList

LinkedList

Comments
2 min read
Rotting oranges

Rotting oranges

4
Comments
2 min read
Recursion and backtracking

Recursion and backtracking

Comments
3 min read
Recursion

Recursion

Comments
4 min read
Heap(Priority Queue)

Heap(Priority Queue)

Comments
2 min read
DP

DP

Comments
4 min read
Stack and Queue

Stack and Queue

Comments
3 min read
Greedy

Greedy

Comments
3 min read
Binary Search Tree

Binary Search Tree

4
Comments
3 min read
String

String

2
Comments
4 min read
Strongly connected components in the graph

Strongly connected components in the graph

1
Comments
2 min read
Graph

Graph

Comments
4 min read
Binary Tree

Binary Tree

Comments
7 min read
Arrays

Arrays

Comments
11 min read
Brides in the graph

Brides in the graph

Comments
2 min read
Minimum Spanning Tree (Kruskal's algorithm) Using Disjoint set

Minimum Spanning Tree (Kruskal's algorithm) Using Disjoint set

1
Comments
2 min read
Distinct Subsequence Leetcode

Distinct Subsequence Leetcode

Comments
2 min read
Shortest Common Super-sequence Leetcode (Same as Lcs string)

Shortest Common Super-sequence Leetcode (Same as Lcs string)

4
Comments
2 min read
Minimum number of Insertion and deletion needed to convert String A to String B or make both the strings equal (same as lcs)

Minimum number of Insertion and deletion needed to convert String A to String B or make both the strings equal (same as lcs)

3
Comments
2 min read
Minimum Insertion steps needed to make a string palindrome (Same as LCS)

Minimum Insertion steps needed to make a string palindrome (Same as LCS)

3
Comments
1 min read
Longest Palindromic subsequence (Same as Lcs)

Longest Palindromic subsequence (Same as Lcs)

3
Comments
2 min read
Minimum Spanning Tree (Prims Algorithm)

Minimum Spanning Tree (Prims Algorithm)

5
Comments
2 min read
Length of longest common substring

Length of longest common substring

Comments
1 min read
Rod cutting Problem (similar to unbounded knapsack)

Rod cutting Problem (similar to unbounded knapsack)

1
Comments
1 min read
Target Sum or Partition with given difference Leetcode

Target Sum or Partition with given difference Leetcode

1
Comments
3 min read
Coin Change 2 Leetcode

Coin Change 2 Leetcode

1
Comments
1 min read
Coin change Leetcode

Coin change Leetcode

1
Comments
1 min read
("Graph") 797. All Paths From Source to Target

("Graph") 797. All Paths From Source to Target

4
Comments
1 min read
Dijkstra's single source shortest path algorithm

Dijkstra's single source shortest path algorithm

3
Comments
2 min read
Shortest distance from source to all other nodes in a Directed Acyclic Graph

Shortest distance from source to all other nodes in a Directed Acyclic Graph

3
Comments
2 min read
Shortest Distance from source to all other nodes in the graph where the edge weight is 1 unit

Shortest Distance from source to all other nodes in the graph where the edge weight is 1 unit

3
Comments
1 min read
Depth first search GeeksForGeeks

Depth first search GeeksForGeeks

3
Comments
2 min read
Cycle detection in a graph using Breadh First Search and Depth First Search GeeksForGeeks

Cycle detection in a graph using Breadh First Search and Depth First Search GeeksForGeeks

5
Comments
5 min read
Check if a graph is Bipartite or not Leetcode

Check if a graph is Bipartite or not Leetcode

4
Comments
2 min read
Topological Sorting in Graph Using DFS and BFS GeeksForGeeks

Topological Sorting in Graph Using DFS and BFS GeeksForGeeks

9
Comments
3 min read
Breadth First Search Traversal of Graph GeeksForGeeks

Breadth First Search Traversal of Graph GeeksForGeeks

5
Comments
2 min read
0/1 Knapsack Problem GeeksForGeeks both bounded and Unbounded

0/1 Knapsack Problem GeeksForGeeks both bounded and Unbounded

Comments
3 min read
Java Interface and abstract class related interview questions

Java Interface and abstract class related interview questions

11
Comments
3 min read
Length of Longest Common Subsequence (LCS) and Longest common subsequence string leetcode

Length of Longest Common Subsequence (LCS) and Longest common subsequence string leetcode

7
Comments
2 min read
Left Veiw of Binary Tree

Left Veiw of Binary Tree

7
Comments
1 min read
Kadane's Algorithm

Kadane's Algorithm

5
Comments
1 min read
Find Weather Path Exists GeeksForGeeks

Find Weather Path Exists GeeksForGeeks

6
Comments
2 min read
Count Palindrome Sub-Strings of a String GeeksForGeeks

Count Palindrome Sub-Strings of a String GeeksForGeeks

3
Comments
1 min read
Maximum Sum Problem GeeksForGeeks

Maximum Sum Problem GeeksForGeeks

3
Comments
2 min read
Thread pool in java

Thread pool in java

3
Comments
2 min read
Partition Equals Subset Sum Leetcode problem or Subset sum equals to target

Partition Equals Subset Sum Leetcode problem or Subset sum equals to target

3
Comments
4 min read
Solid Principles in JAVA

Solid Principles in JAVA

3
Comments
3 min read
Cherry Pickup II Leetcode Problem

Cherry Pickup II Leetcode Problem

4
Comments
2 min read
Circular sorting algorithm

Circular sorting algorithm

Comments
1 min read
Jump game II leetcode problem

Jump game II leetcode problem

Comments
1 min read
Jump game leetcode problem

Jump game leetcode problem

Comments
2 min read
Memory Management in Java

Memory Management in Java

4
Comments
2 min read
House Robber leetcode problem

House Robber leetcode problem

7
Comments
1 min read
loading...