Commit 59e0e1b
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
File tree
- challenges
- easy
- 43_count_array_element/starter
- 44_count_2d_array_element/starter
- hard
- 15_sorting
- starter
- 36_radix_sort
- starter
- 46_bfs_shortest_path
- starter
- 74_gpt2_block
- starter
- medium
- 11_3d_convolution
- starter
- 43_count_array_element
- starter
- 44_count_2d_array_element
- starter
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 0 additions & 12 deletions
This file was deleted.
Lines changed: 0 additions & 22 deletions
This file was deleted.
Lines changed: 0 additions & 18 deletions
This file was deleted.
Lines changed: 0 additions & 13 deletions
This file was deleted.
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.
File renamed without changes.
0 commit comments