mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
fix: Unify Prompts (#254)
* remove cot * fix prompt template * fix pool matrix * spiral matrix fixed
This commit is contained in:
parent
49db4ed761
commit
01e1c8f9af
31 changed files with 65 additions and 354 deletions
|
|
@ -18,19 +18,6 @@ All occurrences of a character must be replaced with another character while pre
|
|||
|
||||
No two characters may map to the same character, but a character may map to itself.
|
||||
|
||||
Example 1:
|
||||
Input: egg add
|
||||
Output: True
|
||||
Explanation: The strings s and t can be made identical by:
|
||||
- Mapping 'e' to 'a'.
|
||||
- Mapping 'g' to 'd'.
|
||||
|
||||
Example 2:
|
||||
Input: foo bar
|
||||
Output: False
|
||||
Explanation:
|
||||
- The strings cannot be made identical as 'o' needs to be mapped to both 'a' and 'r'.
|
||||
|
||||
Return True if the following two strings are isomorphic, or False otherwise:
|
||||
{s} {t}
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue