diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c091839
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,50 @@
+# Compiled source #
+###################
+*.com
+*.class
+*.dll
+*.exe
+*.o
+*.so
+*.pyc
+
+# Numerous always-ignore extensions
+###################
+*.diff
+*.err
+*.orig
+*.log
+*.rej
+*.swo
+*.swp
+*.vi
+*~
+
+*.sass-cache
+# Folders to ignore
+###################
+.hg
+.svn
+.CVS
+# OS or Editor folders
+###################
+.DS_Store
+Icon?
+Thumbs.db
+ehthumbs.db
+nbproject
+.cache
+.project
+.settings
+.tmproj
+*.esproj
+*.sublime-project
+*.sublime-workspace
+# Dreamweaver added files
+###################
+_notes
+dwsync.xml
+# Komodo
+###################
+*.komodoproject
+.komodotools
diff --git a/FoxListeningToMusic.html b/FoxListeningToMusic.html
index e7c0f87..5da9d78 100644
--- a/FoxListeningToMusic.html
+++ b/FoxListeningToMusic.html
@@ -8,6 +8,6 @@
song 0 -> song 1 (with probability 1/4)
song 1 (with probability 1/2)
-1) | |
| {1, 10, 100, 1000, 10000} | 0 |
| Returns: {0.2, 0.2, 0.2, 0.2, 0.2 } | |
|
2) | |
| | Returns: {0.1875, 0.3125, 0.1875, 0.3125 } | |
|
3) | |
| | Returns: {0.9990234375, 9.765625E-4 } | |
|
4) | |
| {58, 47, 36, 25, 14, 3} | 100 |
| Returns:
+ |
|
1) | |
| {1, 10, 100, 1000, 10000} | 0 |
| Returns: {0.2, 0.2, 0.2, 0.2, 0.2 } | |
|
2) | |
| | Returns: {0.1875, 0.3125, 0.1875, 0.3125 } | |
|
3) | |
| | Returns: {0.9990234375, 9.765625E-4 } | |
|
4) | |
| {58, 47, 36, 25, 14, 3} | 100 |
| Returns:
{0.32895835374381194, 0.26291497538241776, 0.18463894970453887, 0.1312301113062895,
0.07518634032025856, 0.017071269542683242 } | |
|
This problem statement is the exclusive and proprietary property of TopCoder, Inc. Any unauthorized use or reproduction of this information without the prior written consent of TopCoder, Inc. is strictly prohibited. (c)2003, TopCoder, Inc. All rights reserved.