I implemented the n-ary tree for all scenarious of the fighting two pokoemons until one died.
- g++ -std=c++11 -Wall -Werror main.cpp -o main
Creating n-ary tree of fighting two pokemon with all attacking options until one died and picking one path.
C++