fix: Unify Prompts (#254)

* remove cot
* fix prompt template
* fix pool matrix
* spiral matrix fixed
This commit is contained in:
Zafir Stojanovski 2025-03-03 21:55:53 +01:00 committed by GitHub
parent 49db4ed761
commit 01e1c8f9af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
31 changed files with 65 additions and 354 deletions

View file

@ -15,10 +15,6 @@ The string is called alternating if no two adjacent characters are equal. For ex
Any two characters may be swapped, even if they are not adjacent.
Example:
- Input: Determine the minimum number of swaps to make the following binary string alternating: 111000
- Output: 1
Now, determine the minimum number of swaps to make the following binary string alternating: {string}
"""