Xi Jiang
Home
Development
Links icon
LinkedIn
About
  • Maze games and BFS (Leetcode #490 #505)

    Jun 28, 2021 · 4 min read · Algorithm Leetcode  ·
    Share on:
    Maze games and BFS (Leetcode #490 #505)

    Recently when I was reviewing Ludum Dare game jam competition and those artworks from the past years, some of the witty ideas really inspired me. In LD 37(2016, the theme: one room), @managore(Daniel Linssen) created the coolest chatroom platform game Walkie Talkie with perfect implementation and top entries. Since he …

    Read More
  • InnoDB storage engine page structure review

    Jun 27, 2021 · 2 min read · Database mySQL  ·
    Share on:
    InnoDB storage engine page structure review

    After MySQL has done the optimization work, the component that actually executes the SQL statements is the storage engine. Among MySQL's many engines, InnoDB is currently the default storage engine that we widely use. InnoDB uses a B+Tree structure for its indexes. A B+Tree is particularly efficient when data doesn’t …

    Read More
  • My pixel practice 212 x 153 pixels and 32 frames gif

    May 10, 2021 · 1 min read · Aseprite Pixel  ·
    Share on:
    My pixel practice 212 x 153 pixels and 32 frames gif

    A fantasy visualization of my dear cousin. Set different layer and frame in Aseprite.

    Read More
Xi Jiang ฅ'ω'ฅ photo

Xi Jiang ฅ'ω'ฅ

UCD MSc Computer Science Graduate.
Read More

Recent Posts

  • Maze games and BFS (Leetcode #490 #505)
  • InnoDB storage engine page structure review
  • My pixel practice 212 x 153 pixels and 32 frames gif

Tags

ALGORITHM 1 ASEPRITE 1 DATABASE 1 INDEX 1 LEETCODE 1 MYSQL 1 PIXEL 1
Xi Jiang

Copyright 2021-  XI JIANG. All Rights Reserved