Download:
child 10:c104b23c85f0
parent 8:873c435a2a0d
9:ea1f77aa6c79
Anton Shestakov <engored@ya.ru>, Thu, 17 Jan 2013 22:17:26 +0900
Example in docs for bitarray experiment.

1 файлов изменено, 10 вставок(+), 0 удалений(-) [+]
sets-to-strings-via-bitarrays/README.md file | annotate | diff | comparison | revisions
--- a/sets-to-strings-via-bitarrays/README.md Thu Jan 17 22:11:45 2013 +0900
+++ b/sets-to-strings-via-bitarrays/README.md Thu Jan 17 22:17:26 2013 +0900
@@ -31,5 +31,15 @@
Python (2 or 3), [bitarray].
+Effects
+-------
+
+Encoding original set:
+
+ :::python
+ encode_set({3, 7, 8, 9, 11, 12, 13, 16, 23, 27, 30, 33})
+ # 'choices'
+
+
[bitarray]: http://pypi.python.org/pypi/bitarray/