Top 20 Greedy Algorithms Interview Questions Read Discuss Courses Practice Improve Improve Improve Like Article Like Save Article Save Report issue Report Greedy is an algorithmic paradigm that builds up a solution piece by piece, always choosing the next piece that offers the most obvious and immediate benefit. Greedy algorithms are used for optimization problems. ‘Recent Articles’ on Greedy Algorithms ‘Coding Problems’ on Greedy Algorithms ‘Quiz’ on Greedy Algorithms ‘Videos’ on Greedy Algorithms Activity Selection Problem Kruskal’s Minimum Spanning Tree Algorithm Huffman Coding Efficient Huffman Coding for Sorted Input Prim’s Minimum Spanning Tree Algorithm Prim’s MST for Adjacency List Representation Dijkstra’s Shortest Path Algorithm Dijkstra’s Algorithm for Adjacency List Representation Job Sequencing Problem Greedy Algorithm to find Minimum number of Coins K Centers Problem Minimum Number of Platforms Required for a Railway/Bus Station Connect n ropes with minimum cost Graph coloring Fractional Knapsack Problem Minimize Cash Flow among a given set of friends who have borrowed money from each other Find minimum time to finish all jobs with given constraints Find maximum sum possible equal to sum of three stacks Dail’s Algorithm Boruvka’s algorithm If you like GeeksforGeeks and would like to contribute, you can also write an article using write.geeksforgeeks.org or mail your article to review-team@geeksforgeeks.org. See your article appearing on the GeeksforGeeks main page and help other Geeks. Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above. Feeling lost in the world of random DSA topics, wasting time without progress? It's time for a change! Join our DSA course, where we'll guide you on an exciting journey to master DSA efficiently and on schedule. Ready to dive in? Explore our Free Demo Content and join our DSA course, trusted by over 100,000 geeks! DSA in C++ DSA in Java DSA in Python DSA in JavaScript Last Updated : 09 Dec, 2022 Like Article Save Article Previous Rearrange a string so that all same characters become d distance away Next Program to print Happy Birthday Please Login to comment...