RodrigoSobral2000 / Assignment_2021_EA

Assignments - Algorithmic Strategies course @2021

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Algorithmic Strategies Assignments


Used Technologies 💻


2048 Game

Goal 🎯

Identify the minimum number of plays that merge all tiles into one. A maximum number of plays allowed is provided. If it is not possible to clear the board with that number of plays, you must report no solution.

Example

ARChitecture

Goal 🎯

Compute the number of distinct arcs that can be built for the given values n, h and H. Since this number can be very large, you need to report your answer in modulo 1000000007.

  • Valid arcs.

  • Not valid arcs.

Bike Lanes

Goals 🎯

  1. How many circuits exist in the city?
  2. How many POIs does the largest circuit contain?
  3. What is the longest lane to build (considering a different lane for each circuit)?
  4. What is the total length of bike lane to build (considering all circuits)?


Contributors

Licenciatura Engenharia Informática - Universidade de Coimbra
Estratégias Algoritmícas - 2020/2021
Coimbra, 16 de maio de 2021

🎓 Rodrigo Sobral 🎓 Eduardo Cruz


License 🔗

Have a look at the license file for details


About

Assignments - Algorithmic Strategies course @2021

License:MIT License


Languages

Language:C 66.3%Language:Python 33.7%