Skparab1 / pascals-triangle

Pascal's triangle generator in Js. Usable as a webpage for quick access

Home Page:https://skparab1.github.io/r/pascal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pascals-triangle

Pascal's triangle generator in Js. Usable as a webpage for quick access. Webpage here

Features

  • goes up to 38 rows (after that it continuously exceeds javascript's max safe int)
  • is color coded for initial columns, then alternate colors
  • has horizontal lines for easy reading
  • Renders only once to minimize lag (if i rendered continuouly it would lag, and there's no need for that)

About

Pascal's triangle generator in Js. Usable as a webpage for quick access

https://skparab1.github.io/r/pascal

License:GNU General Public License v3.0


Languages

Language:JavaScript 88.1%Language:HTML 11.9%