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 0ea3dee commit 8d5b11c
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions docs/todo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# TODO

* Оптимизируем умножение (метод Карацубы и так далее)
* Переходим к base 2<sup>32</base>
* Корень числа
* [Какой-то метод деления без нормализации](http://repository.utm.md/handle/5014/689)

Ссылки:

* https://www.youtube.com/@user-im3yp2dc4y/videos
* https://github.com/Zealint/zca
* https://www.google.com/search?q=long+division+normalization
* https://www.google.com/search?q=длинная+арифметика+c%2B%2B+деление
* https://www.google.com/search?q=длинная+арфифметка
* https://dmsmith.lmu.build/MComp1996.pdf
* https://math.stackexchange.com/questions/15881/is-long-division-the-most-optimal-effective-procedure-for-doing-division-probl
* https://stackoverflow.com/questions/47940275/knuth-long-division-algorithm
* https://janmr.com/blog/2014/04/basic-multiple-precision-long-division/
* https://members.loria.fr/PZimmermann/papers/div-final.pdf
* https://habr.com/ru/articles/444550/
* https://www.linux.org.ru/forum/development/11295010
* https://programmersforum.ru/showthread.php?t=118037
* https://habr.com/ru/articles/248897/
* https://www.geeksforgeeks.org/karatsuba-algorithm-for-fast-multiplication-using-divide-and-conquer-algorithm/
* http://wwwcdl.bmstu.ru/iu7/book1/stage1.htm
* https://habr.com/ru/articles/172285/
* https://habr.com/ru/articles/124258/
* https://ru.stackoverflow.com/questions/1320123/Оптимизация-длинной-арифметики-c
* https://acmp.ru/article.asp?id_text=1329
* http://mindhalls.ru/big-number-in-c-cpp-add-sub/
* https://forum.vingrad.ru/topic-256487.html
* http://cendop.bmstu.ru/userfiles/docs/2018-2019/Презентация.%20Консультация.%20Решение%20задач%20по%20информатике.pdf
* https://www.google.com/search?q=родственные+системы+счисления
* https://learnc.info/theory/base_conversion.html
* https://www.ams.org/journals/mcom/1996-65-213/S0025-5718-96-00688-6/S0025-5718-96-00688-6.pdf
* https://www.google.com/search?q=knuth+division
* https://skanthak.hier-im-netz.de/division.html
* https://www.youtube.com/watch?v=oFDbKie1Cx4
* https://habr.com/ru/articles/113642/
* https://informatics.msk.ru/mod/book/tool/print/index.php?id=430
* http://cr.yp.to/speed/mult.html
* https://www.codeproject.com/Articles/1207899/Multiple-Precision-Arithmetic-Sum-Algorithm
* https://forum.sources.ru/index.php?showtopic=210512
* https://www.google.com/search?q=деление+длинных+чисел+нормализация
* https://github.com/flexxxxer/big_numbers/blob/master/src/include/fast_big_integer.h#L264
* https://forum.sources.ru/index.php?showtopic=125233#entry944495
* https://sources.ru/cpp/cpp_large_num.shtml
* 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

0 comments on commit 8d5b11c

Please sign in to comment.