Day 119 of #gfg160 ⏳
Today's challenge: Activity Selection Problem
Given start & finish times of activities, find the max number of non-overlapping activities a person can complete.
@geeksforgeeks#geekstreak2024#womenintech
Day 118 of #gfg160 🚆
Today's challenge: Minimum Platforms 🚉
Given arrival & departure times of trains, find the minimum number of platforms required to avoid train congestion.
@geeksforgeeks#geekstreak2024#womenintech
Day 117 of #gfg160 🚀
Today's challenge: Word Break Problem 📖✂️
Given a string s and a dictionary of words, check if s can be segmented into a space-separated sequence of dictionary words.
@geeksforgeeks#geekstreak2024#womenintech
Day 116 of #gfg160 🚀
Today's challenge: Boolean Parenthesization 🤔🎭
Given a boolean expression with T, F, &, |, ^, find the number of ways to parenthesize it to evaluate to True.
@geeksforgeeks#geekstreak2024#womenintech
Day 115 of #gfg160 🚀
Today's challenge: Matrix Chain Multiplication 🧮📏
Given an array representing matrix dimensions, find the optimal way to multiply them with the least number of operations!
@geeksforgeeks#geekstreak2024#womenintech
Day 109 of #gfg160 🚀
Today's challenge: Partition Equal Subset Sum 🎯
Given an array arr[], the task was to determine whether it can be partitioned into two subsets such that the sum of elements in both subsets is equal.
@geeksforgeeks#geekstreak2024#womenintech
Day 108 of #gfg160 🚀
Today's challenge: Subset Sum Problem 🎯
Given an array arr[] of positive integers and a target sum, the task was to determine whether there exists a subset whose sum equals the given sum.
@geeksforgeeks#geekstreak2024#womenintech