Juspay pyq
Juspay pyq
There will be a directed graph, a follower node and following node. Both nodes belongs to
given directed graph. Task is to delete minimum no of nodes so that there will be no
connection between follower and following node. We have to print all those nodes which
will be deleted.
Second Question :
A
There will be a directed graph, a follower node and following node. Both nodes belongs to
given directed graph. Task is to find whether there is a connection between these two nodes
N
or not. If there is a connection print ‘1’ else print ‘0’
SA
Third Question :
There will be a weighted directed graph, a follower node and following node. Both nodes
belongs to given directed graph. Task is based on weights we have to find minimum cost for
PA
reaching from follower node to following node. Print total amount of minimum weight.
U
CHECK THIS VIDEO (NO MOTIVE OF PROMOTING CHEATING, GOT THIS FROM QUORA)
https://www.youtube.com/watch?v=00AsbYJnmdk
H
IT
DSA Based
1. Array
2. Linked list
A
4. BST
N
5. AVL Tree
SA
6. Dynamic Programming ( BFS )
7. Graph
PA
8. Heap
U
C++ Code Based
H
1. Code Output
IT
Algorithm-Based:
H
C
4. Hashing
5. Floyd-warshall
6. Residual graph ford Fulkerson
1. Distributed OS examples
A
2. OS ( Windows/MacOS/Linux)
N
3. Fragmentation
SA
4. File System
PA
5. CPU Scheduling
6. BIOS System
U
H
Scenario Based
IT
W