Pinned Repositories
autocomplete
autocomplete function used search engines, spell-checking, text-messengers, etc. Includes a bloom filter that provides memory efficient check of whether an item has been inserted before through the use of hashing algorithms (FNV1AHash, CRCHash, and SBDMHash).
Game-of-Life
A simple rendition of The Game of Life using p5.js
HuffmanCodingTree
Compresses and decompresses files using a Huffman Coding Tree. Run Executable or compile program to run.
Manifest-Chatbot
Interview programming project for Manifest. An responsive web/mobile app consisting of an automated chat bot that asks for predetermined answers.
MyPortfolio-Loc-Chuong
Portfolio site
Pathfinding-Visualizer
ReactJS application for visualizing path-finding algorithms
Portfolio-V2
sorting-visualizer
Sorting Algorithms visualizer that incorporates merge, quick, heap, bubble, selection, and shell sort
StudentBoard
A canvas clone created for educational purposes
ThreeJS-Terrain-Gen
locchuong's Repositories
locchuong/autocomplete
autocomplete function used search engines, spell-checking, text-messengers, etc. Includes a bloom filter that provides memory efficient check of whether an item has been inserted before through the use of hashing algorithms (FNV1AHash, CRCHash, and SBDMHash).
locchuong/Game-of-Life
A simple rendition of The Game of Life using p5.js
locchuong/HuffmanCodingTree
Compresses and decompresses files using a Huffman Coding Tree. Run Executable or compile program to run.
locchuong/Manifest-Chatbot
Interview programming project for Manifest. An responsive web/mobile app consisting of an automated chat bot that asks for predetermined answers.
locchuong/MyPortfolio-Loc-Chuong
Portfolio site
locchuong/Pathfinding-Visualizer
ReactJS application for visualizing path-finding algorithms
locchuong/sorting-visualizer
Sorting Algorithms visualizer that incorporates merge, quick, heap, bubble, selection, and shell sort
locchuong/StudentBoard
A canvas clone created for educational purposes
locchuong/ThreeJS-Terrain-Gen
locchuong/2D-Ray-Tracing
locchuong/Portfolio-V2
locchuong/3D-Terrain-Generaton
locchuong/azure-docs
Open source documentation of Microsoft Azure
locchuong/Camp-Wat-Pa-public
locchuong/CefSharp-Minimal-Example
locchuong/friendtrip
CSE 110 Project
locchuong/html-templates
locchuong/Job-Portal-API-V1
Node.js, Express, and MongoDB API for managing job listings, user authentication, and candidate interactions in your application.
locchuong/job-portal-nextjs
Project is currently ONGOING, please see Figma for current designs
locchuong/lab5
locchuong/locchuong
locchuong/Marching-Squares
locchuong/nextjs-dashboard
locchuong/NutriPlanner
locchuong/SpaceX-Analytics
locchuong/Tetris-Clone
Quick and simple Tetris Clone using p5.js library