Home
  • Developed a program that shows the art effect of filling the image colour by producing a GIF of the process
  • Created several colour fillers using breath first search and depth first search
  • Technologies: C++, GDB, Valgrind

Fill with single color: BFS vs. DFS

Fill with rainbow color: BFS vs. DFS

Fill with stripes: BFS vs. DFS

Fill with gradient: BFS vs. DFS