🎓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

Problems4

All SourcesLeetCodeCodeforcesBOJCustom
All LevelsEasyMediumHard
shortest path
Custom#cp016
1500

Minimal Jumps to Reach Zero

Phase 4 / bfs, array, shortest path

bfsarrayshortest path
Custom#cp002
1900

Graph Shortest Path with Parity Constraint

Phase 6 / graphs, shortest paths, parity

graphsdijkstraparityshortest path
Custom#P011
2000

K-th Shortest Path in DAG

Phase 2 / DAG, Path Enumeration

dagshortest pathenumeration
Custom#p012
2450

Path Maximum with Shortcuts

Phase 1 / dijkstra, optimization

graphsdijkstrashortest pathoptimization