🎓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

Problems9

All SourcesLeetCodeCodeforcesBOJCustom
All LevelsEasyMediumHard
parity
Custom#P006-366
2100

Graph Path Swap Parity

Phase 5 / graphs/parity/path_reversal

graphbfsparityquery
Custom#cpq013
1550

Graph Degree Parity Transform

Phase 6 / graph/degree-parity

graphparitydegreegreedy
Custom#cp019
1500

Subset Sum Parity Count

Phase 4 / dp, parity, combinatorics

dpcombinatoricsparity
Custom#cp010
1800

Matrix Path with Alternating Parity

Phase 5 / dp, grid, parity

dpgridparity
Custom#cp002
1900

Graph Shortest Path with Parity Constraint

Phase 6 / graphs, shortest paths, parity

graphsdijkstraparityshortest path
Custom#cp-tp3-001
1450

Sequence Parity Partition

Phase 3 / array-partition

greedyprefix-sumparitypartitioning
Custom#p016
1600

Odd Degree Vertex Removal

Phase 1 / graph, parity, dp

graphdegreeparitydp
Custom#p003
1900

Cycle-Finding Graph Labeler

Phase 1 / mst, parity, union_find

graphmstforestunion-find
Custom#p002
1400

Bounded Distance Pair Sums

Phase 1 / sliding_window, parity

sliding windowparityarrays