Skip to content

Commit 71600ff

Browse files
authored
Add comparison table for algorithms in README
Updated the README to include a comparison table for sorting and reduction algorithms.
1 parent def68f2 commit 71600ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ TinyGPU is a **tiny educational GPU simulator** - inspired by [Tiny8](https://gi
99

1010
> 🎓 *Built for learning and visualization - see how threads, registers, and memory interact across cycles!*
1111
12-
![bubblesort](outputs/run_odd_even_sort/run_odd_even_sort_20251025-205516.gif)
12+
| Odd-Even Sort | Reduction |
13+
|---------------|------------|
14+
| ![Odd-Even Sort](outputs/run_odd_even_sort/run_odd_even_sort_20251025-205516.gif) | ![Reduction](outputs/run_reduce_sum/run_reduce_sum_20251025-210237.gif) |
1315

1416
---
1517

0 commit comments

Comments
 (0)