
Welcome to Bo Liu’s Blog!
Trie (Prefix Tree)
Introduction Trie is a search tree, which is used to store/search strings in an efficient way. In a trie, any node can store non-repetitive multiple characters. Every node stores the’ link’ of the next character of the string. Every node also keeps track of the “end of the word”. Algorithms Insertion Searching Implementation Runtime Operation…
Vue and Springboot Project: King of Bots
Summary The project was constructed using Vue3.0 and JAVA Springboot framework. It is a two-player game: each user (bot) controls a snake in order to win the game. GitHub link: https://github.com/bobliu96/kob Game Design In a 13 * 14 2D grid, two snakes start from the bottom left [1,1] or top right [13,14] corner. There are…
Something went wrong. Please refresh the page and/or try again.
Follow my blog
Get updates sent directly to your email