/algorithms-and-datastructures

For these school assignments i worked in a team of two to create implementations of a whole bunch of different algorithms and datastructures for different use cases.

Primary LanguageJava

Algorithms and Data structures

For this project i worked together with another student. The most notable things we worked on are as follows:

  • Implementing multiple different sorts and measuring their speed on different types of data.

  • Explored and implemented different methods of the java .stream interface.

  • Implemented 3 different types of searsch algorithms (depth first, breadth first, dijkstra).