Some algorithm implementation by cpp or python
- convolution module (
pad = VAILID
orSAME
) - pooling module(
max
ORaverage
)
sum
function using iteration (avoid the sum nums overflow)
- judge the relationships with a point and
- line segments
- straight line
- triangle
- judge the relationships with two rectangles
- random 2D data
- matplotlib show results
- solve linear equations
- quickSort
- mergeSort
- heapSort