Skip to content
This repository has been archived by the owner on Jul 31, 2022. It is now read-only.

rodrigo-sobral/Assignment_2021_EA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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


Languages

  • C 66.3%
  • Python 33.7%