r/LocalLLaMA
· Communities
A quick coding capability test:4 Qwen 3.6-35B GGUF Variants
Test Prompts: 1.1. Algorithm & Logic (10 pts): "Write a function in Python that finds the contiguous subarray with the largest sum (Kadane's algorithm). Include time and space complexity annotations." 1.2. Refactoring & Bug Fixing (10 pts): "Find the bug in this Python snippet and fix it: def avg(nums): return sum(nums