Christmas Coding Challenge - Solution

  Рет қаралды 1,626

Net Ninja

Net Ninja

Күн бұрын

Пікірлер: 15
@clevermissfox
@clevermissfox 18 сағат бұрын
Idk why I didn’t start the loop from 1… habit maybe ? But very similar , just loop where i=0. Ended up creating a element each time instead of logging it out though
@SAMUEL__DEV2
@SAMUEL__DEV2 18 сағат бұрын
Merry Christmas From Nigeria 🇳🇬 big fan ❤❤
@joel-rg8xm
@joel-rg8xm 10 сағат бұрын
I don't know much about algorithms, didn't go to school (shame on me), I just counted mentally with my fingers, and came up with this approach before watching the solution: let c=n for (let i=1; i
@DavePerth
@DavePerth 17 сағат бұрын
Nice work! I initially was thinking to output it using HTML and centering each layer with CSS!
@bhanu2603
@bhanu2603 19 сағат бұрын
Merry Christmas bro 🎉❤
@AI.magicalstream
@AI.magicalstream 18 сағат бұрын
Very nice & merry Christmas 🎄
@NetNinja
@NetNinja 16 сағат бұрын
Merry Christmas! :)
@jessiejames7642
@jessiejames7642 18 сағат бұрын
Merry Christmas from France
@NetNinja
@NetNinja 15 сағат бұрын
Merry Christmas, big love to France!
@Dexter101x
@Dexter101x 14 сағат бұрын
Merry Christmas. I didn't have enough time to try solve this
@NetNinja
@NetNinja 10 сағат бұрын
No problem Dexter, happy holidays!
@ramprasathrp
@ramprasathrp 19 сағат бұрын
First comment from🇮🇳
@fezzylink1
@fezzylink1 18 сағат бұрын
From Nigeria 🇳🇬
@kadercherif232
@kadercherif232 16 сағат бұрын
Hello here is how I solved : void main() { int espace = 1; for (var i = 0; i < 30; i += 2) { espace++; final index = i + 1; final feuilleSapin = "*" * index; final sapin = feuilleSapin.replaceFirst("", " " * (30 - espace)); print(sapin); } print("*".replaceFirst("", " " * (30-2)); print("*".replaceFirst("", " " * (30-2)); }
@joong-sunwee6147
@joong-sunwee6147 16 сағат бұрын
const trees = n => { Array.from({ length: n }).forEach((_, i) => { let empty = ' '.repeat(n - (i + 1)); let str = '*'.repeat(2 * (i + 1) - 1); const result = empty + str; console.log(result); }); }; trees(7); Happy Cristmas...
go is great i hate it
14:44
SST
Рет қаралды 13 М.
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19
It works #beatbox #tiktok
00:34
BeatboxJCOP
Рет қаралды 41 МЛН
Cat mode and a glass of water #family #humor #fun
00:22
Kotiki_Z
Рет қаралды 42 МЛН
2024's Biggest Breakthroughs in Math
15:13
Quanta Magazine
Рет қаралды 427 М.
tldraw computer - how does it work?
26:47
tldraw
Рет қаралды 3 М.
Google’s Quantum Chip: Did We Just Tap Into Parallel Universes?
9:34
Hacking Windows TrustedInstaller (GOD MODE)
31:07
John Hammond
Рет қаралды 800 М.
Tmux has forever changed the way I write code.
13:30
Dreams of Code
Рет қаралды 1 МЛН
All Rust string types explained
22:13
Let's Get Rusty
Рет қаралды 189 М.
Why Is Array/Object Destructuring So Useful And How To Use It
13:24
Web Dev Simplified
Рет қаралды 431 М.
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19