Skip to content

Given n objects, with each object has width wi. We need to arrange them in a pyramidal way such that : Total width of ith is less than (i + 1)th. Total number of objects in the ith is less than (i + 1)th.

Notifications You must be signed in to change notification settings

vek422/N-object-pyramid

Repository files navigation

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

About

Given n objects, with each object has width wi. We need to arrange them in a pyramidal way such that : Total width of ith is less than (i + 1)th. Total number of objects in the ith is less than (i + 1)th.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published