Practice Coding with 400+ Questions (Part-5)
Topic -9
GREEDY ALGORITHM PROBLEMS
- Activity Selection Problem
- Job Sequencing Problem
- Huffman Coding
- Water Connection Problem
- Fractional Knapsack Problem
- Greedy Algorithm to find Minimum number of Coins
- Maximum trains for which stoppage can be provided
- Minimum Platforms Problem
- Minimum Cost to cut a board into squares
- Check if it is possible to survive on Island
- Find maximum meetings in one room
- Maximum product subset of an array
- Maximize array sum after K negations
- Maximize the sum of arr[i]*i
- Maximum sum of absolute difference of an array
- Maximize sum of consecutive differences in a circular array
- Minimum sum of absolute difference of pairs of two arrays
- Program for Shortest Job First (or SJF) CPU Scheduling
- Program for Least Recently Used (LRU) Page Replacement algorithm
- Smallest subset with sum greater than all other elements
- Chocolate Distribution Problem
- DEFKIN -Defense of a Kingdom
- DIEHARD -DIE HARD
- GERGOVIA -Wine trading in Gergovia
- Picking Up Chicks
- CHOCOLA –Chocolate
- ARRANGE -Arranging Amplifiers
- K Centers Problem
- Minimum Cost of ropes
- Find smallest number with given number of digits and sum of digits
- Rearrange characters in a string such that no two adjacent are same
- Find maximum sum possible equal sum of three stacks
Topic - 10
BACKTRACKING PROBLEMS
- Rat in a maze Problem
- Printing all solutions in N-Queen Problem
- Word Break Problem using Backtracking
- Print all palindromic partitions of a string
- Subset Sum Problem
- The Knight’s tour problem
- Tug of War
- Remove Invalid Parentheses
- Sudoku Solver
- m Coloring Problem
- Find shortest safe route in a path with landmines
- Combinational Sum
- Find Maximum number possible by doing at-most K swaps
- Print all permutations of a string
- Find if there is a path of more than k length from a source
- Longest Possible Route in a Matrix with Hurdles
- Print all possible paths from top left to bottom right of a m x n matrix
- Partition of a set into K subsets with equal sum
- Find the Kth Permutation Sequence of first N natural numbers
*NOTE - All these problems are from different platforms.
**FOR COMPLETE QUESTIONS REGARDING THESE PROBLEMS YOU CAN COMMENT BELOW OR CAN CONTACT US OFFICIALY / THROUGH COMMUNITY.
Note - Questions in red are most Important ones and asked many times.
Questions in BLUE are important Algorithms to be Considered.
** If having any sort of problems while Solving do let us know in the Comments Section Below**
ONLINE COMPILER ---
Link to part-1 : Take me to part-1
Link to part-2 : Take me to Part-2
Link to part-3 : Take me to part-3
Link to part-4 - Take me to part-4
0 Comments