DEV Community

Davron
Davron

Posted on

6

Stack Data Structure part 1

Stack bu LIFO(last in first out) yoki FILO(first in last out) patterni bo'yicha ishlaydigan linear data struktura.

Image description

Image description

Image description

  • Bu Data strukturani stack deb nomlanishi sabab, bular haqiqiy to'plamdek ishlashidir misol uchun, kartalar va plastiklar to'plami kabi.

  • Stack bu cheklangan joyga ega abstract ma'lumot turidir.

  • Bu elementlarni qo'shish yoki olib tashlash imkonini beruvchu oddiy data struktura.

  • Tartib LIFO yoki FILO bo'lishi mumkin.

Digital example of stack:

Image description

Standart stack operations:

Image description

Image description

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

Top comments (2)

Collapse
 
gulomov21 profile image
gulomov21
( '_' )
Enter fullscreen mode Exit fullscreen mode
Collapse
 
gulomov21 profile image
gulomov21

__hello world*__*

nextjs tutorial video

Youtube Tutorial Series 📺

So you built a Next.js app, but you need a clear view of the entire operation flow to be able to identify performance bottlenecks before you launch. But how do you get started? Get the essentials on tracing for Next.js from @nikolovlazar in this video series 👀

Watch the Youtube series

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay