I recently learnt about the binary representation of Pascal's triangle. Here is what it looks like
I am a java learner. Is there a way for me to find the java source code to graph this binary representation?
Asked
Active
Viewed 64 times
2
Larry
- 121
- 2
-
1This site is more about description of techniques and algorithms for computer graphics - not about where to find source code. However, if you were able to give more clues about what you want maybe someone could help. – Simon F Nov 12 '18 at 15:05
-
If it's about the visualization, you could use a simple image format such as pgm for example to display the results (Wiki: https://en.wikipedia.org/wiki/Netpbm_format) – Nov 13 '18 at 14:38
-
@Larry but how is the construction of those bugs – information Nov 13 '18 at 15:42
-
@ x-rw: Here is link that explains how these bugs are constructed. https://math.stackexchange.com/questions/2982466/binary-representation-of-pascals-triangle – Larry Nov 13 '18 at 17:04