Bomm (Rowen) Kim, profile picture

Bomm (Rowen) Kim

Sort by
[Skeletonization] A Fast Parallel Algorithm for Thinning Digital Patterns
[UNET]Segmentation model, a representative UNet, and a slide for understanding
ML(KNN, Decision Tree), DL(RCNN, YOLO) educational slide
[SegmentTree] SegmentTree Datastructure description and implementation slides
[Miller-Rabin] Detailed explanation of the Miller-Rabin prime number test and slide data on how to implement it
[FreivaldsAlgorithm]The Freivalds Algorithm is an algorithm that determines whether AB=C is true/false with a time complexity of O(n2) when there are matrices A, B, and C. This is a slide with an explanation and implementation code.
BOJ10547_STUDENTSKO_LIS(Longest Increasing Subsequence) Algorithm
BOJ4743_ConvexHull,Polygon Algorithm and C++ code