Skip to content

CodinGame Puzzle of the Week: ASCII ART - Glass Stacking (solved in Java)

Notifications You must be signed in to change notification settings

albaad/GlassStacking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Project title: ASCII ART : Glass Stacking

Source: Puzzle challenge from CodinGame:

https://www.codingame.com/ide/435858563fb7a6381be0d98b749c5a00644050a

Description:

You are given a number, N, of glasses. Your job is to determine the largest pyramid that can be built with the glasses provided, and then create that pyramid in the output.

Input: A single integer: N, indicating the number of glasses.

Output: The ASCII pyramid

Constraints: 0<N<30

About

CodinGame Puzzle of the Week: ASCII ART - Glass Stacking (solved in Java)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages