“Linear Algebra review(optional)——Addition and scalar multiplication”
Modern Algebra 读书笔记Introduction本文是Introduction to Modern Algebra(David Joyce, Clark University)的读书笔记。符号(Notation)image.png术语特征元素(identity element) 别名:neu......
Divide two integers without using multiplication, division and mod operator. If it is overflow, return MAX_INT.题意很简单,实现两数除法,但是不能用乘法,除法和取模。怎么样?第一感觉就是用减法,但是被除......