Jae Moon
  • [LC] 818. Race Car

    https://leetcode.com/problems/race-car

    July 5, 2023 - 5 minute read -
    DP
  • [CSES] Flight Discount

    https://cses.fi/problemset/task/1195

    July 3, 2023 - 5 minute read -
    Graph
  • [CSES] Stick Lengths

    https://cses.fi/problemset/task/1074

    June 22, 2023 - 2 minute read -
    Sorting
  • [CSES] Missing Coin Sum

    https://cses.fi/problemset/task/2183/

    June 22, 2023 - 2 minute read -
    Sorting
  • [ALGO][DS] Max Flow Algorithm

    Max Flow Algorithm / Ford-Fulkerson

    June 5, 2023 - 2 minute read -
    DS
  • [ALGO][DS] Eulerian Path/Cycle

    Eulerian Path/Cycle

    May 21, 2023 - 1 minute read -
    DS
  • [ALGO][DS] Dijkstra vs Prims

    Dijkstra vs Prims

    May 17, 2023 - 3 minute read -
    DS
  • [ALGO][DS] Dijkstra and Bellman-Ford

    Dijkstra and Bellman-ford

    May 17, 2023 - 3 minute read -
    DS
  • [ALGO][DS] Monotonic Stack

    Monotonic Stack

    May 15, 2023 - 1 minute read -
    DS
  • [Math] How to check if two lines intersect

    How to check if two lines intersect

    February 4, 2023 - 1 minute read -
    Math
  • [CPP] Move Semantics

    Move Semantics

    January 28, 2023 - 2 minute read -
    CPP
  • [CPP] Variadic Template

    Variadic Template

    January 27, 2023 - 2 minute read -
    CPP
  • [CPP] Const in C++

    Const in C++

    January 25, 2023 - 2 minute read -
    CPP
  • [CPP] How C++ works

    How C++ works

    January 10, 2023 - 2 minute read -
    CPP
  • [CS][DS] Fenwick Tree

    Fenwick Tree or Binary Indexed Tree

    January 6, 2023 - 2 minute read -
    CS DS
  • [CS][CPP] Integer Representations

    Integer representations

    December 29, 2022 - 2 minute read -
    CS CPP
  • [CS][CPP] Floating Point Numbers

    Floating point number representations

    December 19, 2022 - 2 minute read -
    CS CPP
  • [LC] 959. Regions Cut By Slashes

    https://leetcode.com/problems/regions-cut-by-slashes/description/

    December 16, 2022 - 4 minute read -
    Union-Find DFS BFS
  • [Math] Catalan Numbers

    Catalan Numbers / Counting Problem

    December 8, 2022 - 2 minute read -
    Math
  • [LC] 1035. Uncrossed Lines

    https://leetcode.com/problems/uncrossed-lines/description/

    December 7, 2022 - 2 minute read -
    DP
  • [LC] 2493. Divide Nodes Into the Maximum Number of Groups

    https://leetcode.com/problems/divide-nodes-into-the-maximum-number-of-groups/description/

    December 6, 2022 - 3 minute read -
    Graph DFS BFS
  • [LC] 52. N-Queens II

    https://leetcode.com/problems/n-queens-ii/description/

    December 2, 2022 - 3 minute read -
    Backtracking
  • [LC] 30. Substring with Concatenation of All Words

    https://leetcode.com/problems/substring-with-concatenation-of-all-words/description/

    December 1, 2022 - 3 minute read -
    Sliding-Window
  • [LC] 4. Median of Two Sorted Arrays

    https://leetcode.com/problems/median-of-two-sorted-arrays/description/

    November 29, 2022 - 3 minute read -
    Binary-Search
  • [Math] Karatsuba Multiplication

    Karatsuba algorithm is a fast integer multiplication algorithm using divide and conquer approach

    November 28, 2022 - 3 minute read -
    Math Divide-and-Conquer
  • Older posts

Hi! I am Jae Moon.