Content-Length: 261870 | pFad | https://github.com/cp-algorithms/cp-algorithms/commit/#start-of-content

6882EDE1 Merge pull request #1480 from ayushkrtiwari/main · cp-algorithms/cp-algorithms@f171f28 · GitHub
Skip to content

Commit f171f28

Browse files
authored
Merge pull request #1480 from ayushkrtiwari/main
Grammatical Error Removed
2 parents 02bde94 + 8869301 commit f171f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/algebra/big-integer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To improve performance we'll use $10^9$ as the base, so that each "digit" of the
3030
const int base = 1000*1000*1000;
3131
```
3232

33-
Digits will be stored in order from least to most significant. All operations will be implemented so that after each of them the result doesn't have any leading zeros, as long as operands didn't have any leading zeros either. All operations which might result in a number with leading zeros should be followed by code which removes them. Note that in this representation there are two valid notations for number zero: and empty vector, and a vector with a single zero digit.
33+
Digits will be stored in order from least to most significant. All operations will be implemented so that after each of them the result doesn't have any leading zeros, as long as operands didn't have any leading zeros either. All operations which might result in a number with leading zeros should be followed by code which removes them. Note that in this representation there are two valid notations for number zero: an empty vector, and a vector with a single zero digit.
3434

3535
### Output
3636

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://github.com/cp-algorithms/cp-algorithms/commit/#start-of-content

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy