N1ghtlyC0de / Robots

Program that simulates the clash between robots with their respective 'power'. A robot with a higher power than their current enemy means it wins the battle and gets to fight another enemy, the loser is deleted from the list. The remaining robots (if any) are printed as output. Doubly Linked Lists are used for the solution.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

Program that simulates the clash between robots with their respective 'power'. A robot with a higher power than their current enemy means it wins the battle and gets to fight another enemy, the loser is deleted from the list. The remaining robots (if any) are printed as output. Doubly Linked Lists are used for the solution.


Languages

Language:C++ 100.0%