AlessioChen / Algorithms

Project for Algorithms class at Unifi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Algorithms Exercises

  • In the first exercise i compared the performance of two sorting algorithms: Insertion Sort and Quick Sort.

  • In the second exercise i compared the the performance between two structure : Binary Search Tree and Red Black Tree.

  • In the third exercise i did some experiments on the Strongly Connected Components of a graph.

For more information check the single exercise report file.

About

Project for Algorithms class at Unifi


Languages

Language:Python 100.0%