Algorithm in python to have fun
Just use python to play with foundation algorithm
| Problem | Descrirption | Code | Key Points | Summary |
|---|---|---|---|---|
|
|
check for arbitary N, the sqrt root is integer or not | 00_basic/sqrt_root_in_N.ipynb | Newton Methods or Binary Search | |
| binary search for inserting | check the insert position | 00_basic/binary_insert.ipynb | Binary Search for inserting position |