You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,4 +4,5 @@ This repository contains a couple of sample reports with snippets of code in Pyt
4
4
Author: Mateusz Doliński
5
5
6
6
Current projects:
7
-
1. accumulator_word_count.py is a sample pyspark script which counts number of words appearing in textfile using customized accumulator.
7
+
1. AccumulatorWordCount.py is a sample pyspark script which counts number of words appearing in textfile using customized accumulator.
8
+
2. NoughtsAndCrosses.py is a simulation of the game of noughts and crosses for any board size with both players executing random strategy. Possible future extensions cover: simulate the probability distribution of game outcome, test various strategies, use reinforcement learning to create an optimal strategy.
0 commit comments