Hi there, my name is Leroy Shaigorodsky. I am student taking Fundamentals of Computer Science 2 Accelerated at Northeastern University. I have created this repository to display some of my best computer science projects from this semester.
I am placing my work here with the specific understanding for viewers that this code is meant to stay within the context of this class; it is not meant to be used to get an unfair advantage in the class, and is not to be used instead of the work that is needed to go through Fundies 2 Accel.
I will be updating a table with the homeworks I have added to this repository
| Homework Name | Description/ Highlight from the project |
|---|---|
| MazeSolver | This project is meant to simulate the random creation, solving, and play with randomly created mazes. My highlight for it is definetly the focus on optimization me and my partner put in at the end of this project that really made it run smoothly, even at huge sizes |
| SeamCarver | This project, in effect, is made to replicate the effects of Seam Carving. This was defintely a difficult project to test, but in the long run it was one of the best projects to see finished. |
| Mastermind | As the name suggest, this project was me and my group's recreation of the guessing game of mastermind. This was an interesting project to undertake, as we had to keep track of many countless test cases, had experience with peer review, and even explored for the first time (in detail) the Northeastern Java Image Library |