Sawan Kumar Jhatechysawan.hashnode.dev·Mar 7, 2023Top 20 mostly asked Dsa Graph questions in interviewImplement Dijkstra's algorithm: This question is commonly asked by companies like Google, Amazon, Microsoft, and Facebook. Implement Kruskal's algorithm: This question is commonly asked by companies like Amazon, Microsoft, and Google. Implement Pri...Discuss·30 readsDSA
Astitva Goeldevitease.hashnode.dev·Dec 26, 2022Questions on Arrays Part-2Moving on to some more interview questions from Arrays: Q6. Find the Union and Intersection of two arrays. A6. There are two approaches to this question. One is the two-pointer approach and the other is using a Set. Here we will go with the two-point...Discuss·30 readsSlaughtering DSA in JavaDSA-Questions