Skip to content

Commit 59e0e1b

Browse files
Reclassify 7 challenges by difficulty (#212)
Move challenges to correct difficulty based on computational pattern: - Easy→Medium: 43_count_array_element, 44_count_2d_array_element (require reductions/atomics) - Medium→Hard: 15_sorting, 36_radix_sort, 46_bfs_shortest_path, 74_gpt2_block (multi-pass/graph/complex composition) - Hard→Medium: 11_3d_convolution (independent per-element, just nested loops over 3 dims) Also update easy→medium starters to match medium style (remove kernel scaffold, remove parenthetical from device pointer comments). Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5e8b153 commit 59e0e1b

61 files changed

Lines changed: 34 additions & 87 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

challenges/easy/43_count_array_element/starter/starter.cu

Lines changed: 0 additions & 12 deletions
This file was deleted.

challenges/easy/43_count_array_element/starter/starter.mojo

Lines changed: 0 additions & 22 deletions
This file was deleted.

challenges/easy/43_count_array_element/starter/starter.triton.py

Lines changed: 0 additions & 18 deletions
This file was deleted.

challenges/easy/44_count_2d_array_element/starter/starter.cu

Lines changed: 0 additions & 13 deletions
This file was deleted.

challenges/easy/44_count_2d_array_element/starter/starter.mojo

Lines changed: 0 additions & 22 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)