Gabri432 / algorithms-unimi

A collection of various exercises for the course of 'Algorithms and Data Structures' of Unimi.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Algorithms-unimi

GitHub go.mod Go version

A repository containing some 'Algorithms and Data Structures' course exercises of professor Violetta Lonati, Unimi.

Project structure

  • (main)
    • license
    • README.md
    • go.mod
    • first_week (folder)
      • ex3.go
      • ex4.go
      • lantern_fishes.go
      • first_week.go
    • second_week (folder)
      • transparent_origami.go
    • fifth_week (folder)
      • fifth_week.go
    • data_structures (folder)
      • linked_list.go
      • queue.go
      • stack.go
      • tree.go

Links

Problem Solving Exercises

How to make benchmark testing in go

About

A collection of various exercises for the course of 'Algorithms and Data Structures' of Unimi.

License:MIT License


Languages

Language:Go 100.0%