kieranyyu - Overview
Popular repositories Loading
-
Project that lists all possible orderings of the given activities. Possible orderings must satisfy the given time limit and whether some activities must be completed before others.
C++
-
Connect Four game on a 7 by 7 grid. The user chooses whether to go first or second, and the program makes moves by choosing a random column that has not been filled yet.
Java