🎓How I Study AIHISA
📖Read
📄Papers📰Blogs🎬Courses
💡Learn
🛤️Paths📚Topics💡Concepts🎴Shorts
🎯Practice
⏱️Coach🧩Problems🧠Thinking🎯Prompts🧠Review
SearchSettings
How I Study AI - Learn AI Papers & Lectures the Easy Way

Problems51

All SourcesLeetCodeCodeforcesBOJCustom
All LevelsEasyMediumHard
greedy
Custom#cp-tp3-009
1600

Anti-Palindrome Partition

Phase 3 / string-partition

stringpartitionpalindromegreedy
Custom#cp-tp3-008
1500

Equal Height Pyramid

Phase 3 / greedy-operations

greedyarrayoperations
Custom#cp-tp3-004
1700

Monochrome Component Removals

Phase 3 / graph-components

graphcomponentscoloringgreedy
Custom#cp-tp3-001
1450

Sequence Parity Partition

Phase 3 / array-partition

greedyprefix-sumparitypartitioning
Custom#P017
1600

Minimal Cost Full Coverage Intervals

Phase 2 / Greedy, Segment Cover

greedyinterval coverdp
Custom#P006
1600

Minimal Swaps to K-Partition

Phase 2 / Greedy, Partitioning

greedypartitionswaps
Custom#p020
1900

Weighted Longest Common Subsequence

Phase 1 / dp, lcs, greedy

dpstringlcsgreedy
Custom#p015
1750

Array Shuffling Inversion Count

Phase 1 / greedy, inversion_count

arraysinversion countgreedypermutation
Custom#p014
1700

Tree Diameter After Edge Addition

Phase 1 / tree, diameter, greedy

treediametergraphgreedy
Custom#p013
1950

Segment Maximum After Reversals

Phase 1 / sliding_window, monotonic_queue, greedy

sliding windowarraysmaximagreedy
Custom#p010
1850

Almost Increasing Sequence Removals

Phase 1 / dp, subsequence

dpgreedysubsequencearrays
Custom#p001
1450

Prefix XOR Equalizer

Phase 1 / prefix_xor, greedy

xorprefixgreedyarrays
12345