News

Runtime: 0 ms, faster than 100.00% of Java online submissions for Reverse Nodes in k-Group. Memory Usage: 39.1 MB, less than 69.07% of Java online submissions for Reverse Nodes in k-Group.
This is a tic-tac toe game built in Java with a twist. Rather than having the board traditionally implemented with a 2-dimensional array, a linked list with each node representing a board cell is used ...