Projects
            
            
              
              - 
                
                Predator-Prey Model
                
                September 15, 2020
                
                
                  
                  In this project, I created a cellular automaton width adjustable parameters to model a predator and prey dynamic.
                  The model illustrates population fluctuation and ... read more
                
               
              
              - 
                
                Conway's Game of Life
                
                September 13, 2020
                
                
                  
                  Cellular automatons are discrete models that can be used to demonstrate interesting evolutionary phenomenon.
                  For this project, I recreated the most famous cellular automaton: John Conway’s Game of Life ... read more
                
               
              
              - 
                
                Sorting Visualizer
                
                September 12, 2020
                
                
                  
                  Chances are if you have ever written code you’ve tried sorting a set of data. There are many different sorting algorithms, each has its own advantages and limitations
                  but ... read more