Skip to content

This Java program represents Twitter as a graph and is able to perform operations (such as Breadth-First Search, Depth-First Search, check for equivalence relation, and search for tweet). I also implemented a generic linkedlist and a generic combination of a stack and queue from scratch in this program.

Notifications You must be signed in to change notification settings

lia-arroyo/twitterGraphSimulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twitterGraphSimulator

This Java program represents Twitter as a graph and is able to perform operations (such as Breadth-First Search, Depth-First Search, check for equivalence relation, and search for tweet). I also implemented a generic linkedlist and a generic combination of a stack and queue from scratch in this program.

This project is part of my OOP Course, where I had to finish the implementation of an incomplete application. I obtained an A+ for this assignment.

About

This Java program represents Twitter as a graph and is able to perform operations (such as Breadth-First Search, Depth-First Search, check for equivalence relation, and search for tweet). I also implemented a generic linkedlist and a generic combination of a stack and queue from scratch in this program.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages