Skip to content

Commit b05dfa5

Browse files
authored
Merge pull request #42 from debuggerone/examples
fix incomplete documentation of CoT
2 parents 97c28f6 + 647941b commit b05dfa5

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,17 @@ Chain of Thought Reasoning: To find the square root of 144 step-by-step, follow
9494
9595
4. **Testing Numbers**:
9696
- Let's start with smaller numbers:
97+
- 1 * 1 = 1 (not the answer)
98+
- 2 * 2 = 4 (not the answer)
99+
- 3 * 3 = 9 (not the answer)
100+
- 4 * 4 = 16 (not the answer)
101+
- 5 * 5 = 25 (not the answer)
102+
- 6 * 6 = 36 (not the answer)
103+
- 7 * 7 = 49 (not the answer)
104+
- 8 * 8 = 64 (not the answer)
105+
- 9 * 9 = 81 (not the answer)
106+
- 10 * 10 = 100 (not the answer)
107+
- 11 * 11 = 121 (not the answer)
97108
- 12 * 12 = 144 (this is the answer)
98109

99110
5. **Conclusion**: The square root of 144 is 12.

docs/EXAMPLES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,17 @@ Chain of Thought Reasoning: To find the square root of 144 step-by-step, follow
7272
7373
4. **Testing Numbers**:
7474
- Let's start with smaller numbers:
75+
- 1 * 1 = 1 (not the answer)
76+
- 2 * 2 = 4 (not the answer)
77+
- 3 * 3 = 9 (not the answer)
78+
- 4 * 4 = 16 (not the answer)
79+
- 5 * 5 = 25 (not the answer)
80+
- 6 * 6 = 36 (not the answer)
81+
- 7 * 7 = 49 (not the answer)
82+
- 8 * 8 = 64 (not the answer)
83+
- 9 * 9 = 81 (not the answer)
84+
- 10 * 10 = 100 (not the answer)
85+
- 11 * 11 = 121 (not the answer)
7586
- 12 * 12 = 144 (this is the answer)
7687

7788
5. **Conclusion**: The square root of 144 is 12.

0 commit comments

Comments
 (0)