JUSTIN LEONG
Profile Pic
CoffeeCodeCoffee is a personal project I started as a way to practice and learn about frontend web development. This website was created using purely HTML, CSS, and JavaScript to improve my skills using these three core web development tools. In this website, I share my knowledge of key software engineering concepts related to data structures and algorithms. In each topic, I explain and reconstruct the concept from scratch while showcasing snippets of code in java. My goal is to be able to share my knowledge with those who have a passion for coding and to continue to improve my own skills along the way!

Data Structures

Arrays
LinkedLists
Stacks and Queues
Trees
Graphs
HashMaps

Algorithms

Bubble Sort
Merge Sort
Quick Sort
DFS
BFS
Binary Search