64df3419a0 
							
						 
					 
					
						
						
							
							Add structs to track traversal information in object-graph example  
						
						... 
						
						
						
						+ Allows Graph member functions to remain const
+ Easy to pass traversal information around as needed
+ Update DFS and BFS functions to return traversal information 
						
						
					 
					
						2021-07-12 16:52:49 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							3d0dfa63d1 
							
						 
					 
					
						
						
							
							Clean up object-graph implementation  
						
						
						
						
					 
					
						2021-07-02 21:29:52 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							4a8b607ff6 
							
						 
					 
					
						
						
							
							Update object-graph example to add path finding between nodes using BFS  
						
						... 
						
						
						
						+ Clean code, add overloaded functions and helper functions for common tasks 
						
						
					 
					
						2021-07-01 17:17:47 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							348586ec38 
							
						 
					 
					
						
						
							
							Update object graph implementation to track node discover and finish time  
						
						... 
						
						
						
						+ Allows traversal and topological sort algorithms to show examples from MIT Algorithms more accurately 
						
						
					 
					
						2021-07-01 09:30:35 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							5d37db1ce2 
							
						 
					 
					
						
						
							
							Add example of object graph traversal algorithms  
						
						... 
						
						
						
						+ Using pseudocode examples from MIT Intro to Algorithms 
						
						
					 
					
						2021-06-28 10:12:19 -04:00