Skip to content

MattMcManis/Triangulum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://github.com/MattMcManis/Triangulum

Triangulum

Pascal's Triangle Generator

 

Overview

Triangulum

Example Output:

Binary 1's

                1 
               1 1 
              1   1 
             1 1 1 1 
            1       1 
           1 1     1 1 
          1   1   1   1 
         1 1 1 1 1 1 1 1 
        1               1 
       1 1             1 1 
      1   1           1   1 
     1 1 1 1         1 1 1 1 
    1       1       1       1 
   1 1     1 1     1 1     1 1 
  1   1   1   1   1   1   1   1 
 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 

Binary 0's

                   
                0   
                     
              0 0 0   
               0 0     
            0   0   0   
                         
          0 0 0 0 0 0 0   
           0 0 0 0 0 0     
        0   0 0 0 0 0   0   
             0 0 0 0         
      0 0 0   0 0 0   0 0 0   
       0 0     0 0     0 0     
    0   0   0   0   0   0   0   


Binary to Decimal

1
3
5
15
17
51
85
255
257
771
1285
3855
4369
13107
21845
65535

Integer Sum

1
2
4
8
16
32
64
128
256
512
1024
2048
4096
8192
16384
32768

 

Downloads

Releases

https://github.com/MattMcManis/Triangulum/releases

Requires

Microsoft .NET Framework 4.6.1

 

Installation

Triangulum is portable and can be run from any location on the computer.

 

Build

Visual Studio 2015
WPF, C#, XAML
Visual C++ 19.0 Compiler

 

Donate

Thank you for your support.