Skip to content

SunHaoOne/simple-algorithm-implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

algorithm-implementation

Some algorithm implementation by cpp or python

cnn

  • convolution module (pad = VAILID or SAME)
  • pooling module(max OR average)

function

  • sum function using iteration (avoid the sum nums overflow)

geometry

  • judge the relationships with a point and
    • line segments
    • straight line
    • triangle
  • judge the relationships with two rectangles

kmeans

  • random 2D data
  • matplotlib show results

solve

  • solve linear equations

sort

  • quickSort
  • mergeSort
  • heapSort

About

Some algorithm implementation with cpp or python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published