Skip to content

Commit

Permalink
Ещё порция ссылок
Browse files Browse the repository at this point in the history
  • Loading branch information
1vanK committed Apr 15, 2024
1 parent 8d5b11c commit f6a021a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@

Ссылки:

* https://www.youtube.com/watch?v=qKS9TH-epZ0&list=PLpPkxUHf9Qhj7K2DMCJrHdzMYIWEr008B&index=11
* https://www.youtube.com/@user-im3yp2dc4y/videos
* https://github.com/Zealint/zca
* https://github.com/Zealint/zca/blob/master/src/misc.cc#L143
* https://www.google.com/search?q=long+division+normalization
* https://www.google.com/search?q=длинная+арифметика+c%2B%2B+деление
* https://www.google.com/search?q=длинная+арфифметка
Expand Down Expand Up @@ -48,3 +50,22 @@
* https://codereview.stackexchange.com/questions/237704/hugeint-division-using-base-232-implementation
* https://www.google.com/search?q=алгоритмы+деления+длинных+чисел
* https://github.com/sercantutar/infint/blob/master/InfInt.h
* https://github.com/devanshu-raj/big_int/blob/master/big_int.hpp
* https://github.com/bumbitzu/Big_Integers_Class/blob/master/Big_Integers_Class/BigInt.cpp
* https://habr.com/ru/companies/ruvds/articles/756422/
* https://www.geeksforgeeks.org/division/
* http://cppalgo.blogspot.com/search/label/Длинные%20числа
* https://habr.com/ru/articles/207754/
* https://referencesource.microsoft.com/#System.Numerics/System/Numerics/BigIntegerBuilder.cs,f79eddc77b0a39f1
* https://github.com/microsoft/referencesource/blob/master/System.Numerics/System/Numerics/BigInteger.cs#L374
* https://github.com/GeorgiosIoannouCoder/division-algorithms
* https://github.com/GeorgiosIoannouCoder/division-algorithms/blob/main/slides/Ioannou_Georgios_Slides.pdf
* https://calcus.ru/perevod-sistem-schisleniya
* https://ege-study.ru/ege-informatika/sistemy-schisleniya-perevod-iz-odnoj-sistemy-v-druguyu/
* https://github.com/evdenis/mini-gmp
* https://github.com/evdenis/mini-gmp/blob/master/mini-gmp.c#L461
* https://github.com/devoyster/IntXLib
* https://github.com/alisw/GMP/tree/master/mpn
* https://github.com/alisw/GMP/blob/master/gmp-h.in
* https://ege-study.ru/ege-informatika/sistemy-schisleniya-perevod-iz-odnoj-sistemy-v-druguyu/
* http://www.ontko.com/pub/rayo/gmp/gmp_4.html

0 comments on commit f6a021a

Please sign in to comment.