fix(curriculum): external long multiplication link in CIP (#46327)

pull/46357/head
Muhammed Mustafa 2022-06-05 18:42:06 +02:00 committed by GitHub
parent a10f9039b2
commit aab98a1211
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ dashedName: long-multiplication
# --description--
Explicitly implement [long multiplication](<https://en.wikipedia.org/wiki/long multiplication>).
Explicitly implement long multiplication.
This is one possible approach to arbitrary-precision integer algebra.