C-Plus-Plus icon indicating copy to clipboard operation
C-Plus-Plus copied to clipboard

Pascals Triangle

Open Sameeratweb opened this issue 1 year ago • 4 comments

Detailed description

Demonstrating Pascal's triangle using C++

Context

operations on a data structure can be performed to implement Pascal's triangle.

please allow me with this issue with relevant tags under hacktoberfest

Sameeratweb avatar Oct 06 '24 07:10 Sameeratweb

pascals triangles is not really an algorithm

realstealthninja avatar Oct 07 '24 13:10 realstealthninja

pascals triangles is not really an algorithm

isn't it technically more of a math problem?

Paran-oid avatar Oct 08 '24 09:10 Paran-oid

pascals triangles is not really an algorithm

isn't it technically more of a math problem?

The question is should we put it in the repo?

realstealthninja avatar Oct 09 '24 00:10 realstealthninja

pascals triangles is not really an algorithm

isn't it technically more of a math problem?

The question is should we put it in the repo?

I do think it won't be a bad idea to add it, it has lots of interesting implementations with recursion, stacks ...

Paran-oid avatar Oct 09 '24 06:10 Paran-oid