Skip to content
View t2d04's full-sized avatar

Block or report t2d04

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. DSTAR DSTAR Public

    Forked from SeoinBack/DSTAR

    Jupyter Notebook

  2. SEM-Particle-Analyzer SEM-Particle-Analyzer Public

    This code analyze SEM image and count the average diameter, the standard deviation of diameter, and the number of sphere particles. This code allows users to manually select the scale bar area with…

    Python

  3. SeoinBack/DSTAR SeoinBack/DSTAR Public

    Jupyter Notebook 5 3

  4. 2D-MSS 2D-MSS Public

    This code provides three solutions to the 2D Maximum Subsequence Sum Problem using the Summed Area Table, Divide and Conquer, and a modified version of Kadane's algorithm.

    C++

  5. Longest-Palindromic-Subsequence Longest-Palindromic-Subsequence Public

    This repository implements a Dynamic Programming algorithm in C++ to find the Longest Palindromic Subsequence (LPS) in a given string.

    C++

  6. Minimal-Triangulation Minimal-Triangulation Public

    This repository implements a Dynamic Programming algorithm in C++ to select non-overlapping chords with minimum total length in a convex polygon with n vertices.

    C++