Skip to navigation Skip to content
Simon Technology Blog
  • Architecture
  • Cloud
  • Database
  • Develop
  • Hardware
  • Industry
  • Language
  • Mobile
  • Opensource
  • OS
  • Web
Main Navigation

Tag: stack

DOJO development layout container and stacked container

In this blog, let’s learn about the layout container BorderContainer and stacking container that are commonly used in Dojo development.

1. BorderContainer

It is a layout container, main

October 20, 2021By Simo Dojo container, Development, dojo, layout, stack, usageLeave a Comment

[Data Structure] Stack

The stack meets the first-in-last-out principle

1, python description

# Stack first in last out principle
MAXSTACK = 10
global stack
stack = [None] * MAXSTACK
top = -1

def is_e

October 15, 2021By Simo Data Structure Data Structure, stackLeave a Comment

[Data Structure] CODE [VS] 1531 Mountain Peak (single monoton maintenance monotonic delivery sequence)

Click to climb the mountain

Basic exercises of monotonic stacking
However, people are silly, thinking it is complicated, knowing that it is monotonic stacking, but in Before looking at Qer’s

October 15, 2021By Simo Data Structure code, Data Structure, Decreasing, Maintenance, Monotone, Mountain Peak, Sequence, stack, VSLeave a Comment

[Data Structure] Stack Surface Test – Two Stacks Realize a queue

First of all, we must be clear that the stack is first-in-last-out, and the queue is first-in-first-out. After this their respective characteristics, we use two stacks to implement a queue.

T

October 15, 2021By Simo Data Structure Data Structure, Implementation, interview, one, Question, queue, stack, twoLeave a Comment

[Data Structure] Stack Realizing the Law Problem of Maze

Thinking:

Solve the problem of solving the maze, start from the entrance and explore in a certain direction , If you can get through, then continue to move forward; otherwise, retreat along t

October 15, 2021By Simo Data Structure Data Structure, Implementation, maze, problem, road, search, stackLeave a Comment

[Data Structure] Stack Surface Test — Summary with O (1) Time Complexity

Assuming a set of numbers is given, we need to complete the minimum value of this set of numbers in O(1) time complexity Solve.

Specific description of the title: Define a stack, please imple

October 15, 2021By Simo Data Structure complexity, Data Structure, interview, Minimum, seeking, stack, time, TitleLeave a Comment

[Data Structure] Stack Surface Test – Two queues implement a stack

The last article wrote about using two stacks to implement a queue. This article implements using two queues to implement a stack. In fact, the ideas of both almost the same.

Continue drawing

October 15, 2021By Simo Data Structure Data Structure, interview, one, Question, queue, realization, stack, twoLeave a Comment

[Data Structure] Stack Surface Test – A Array Realizing Two Stacks

One ​​array to realize two stacks, there are several ways:

1. The odd-numbered positions of the array store the elements of one stack, and the even-numbered positions store the elements of th

October 15, 2021By Simo Data Structure array, Data Structure, Implementation, interview, one, Question, stack, twoLeave a Comment

[Data Structure] Judging the legitimacy of the outlet order

A brief description of the problem

Given a stacking order, and then specify a stacking order, the legality of the stacking order is judged by the program.

The idea is as follows:

October 15, 2021By Simo Data Structure Data Structure, judgment, legitimacy, order, out, stackLeave a Comment

[Data Structure] – Stack and Queue

Stacks and queues are special linear tables, which are expressed in basic operations and are a subset of linear table operations. Limited linear table. The stack is last in first out, and the queue

October 15, 2021By Simo Data Structure Data Structure, queue, stackLeave a Comment

Posts navigation

Page 1 Page 2
Recent Posts
  • Sencha-Touch-2 – Sencha Touch 2, Nested XML Analysis NodeValue
  • Add a separation line and format XML content
  • Is there a norm of simplified XML subsets?
  • Look at it when you write React
  • ReactJS – Present React Redux React-Router App to add the server to the Firebase hosted by the Firebase
Categories
  • Android
  • Apache
  • Apache Kafka
  • Asp
  • Auto-Test
  • Automated Build
  • Aws
  • Bitcoin
  • Browser
  • C & C++
  • C#
  • Centos
  • Cgi
  • Character
  • Cloud Service
  • Cocos2dx
  • Cordova
  • CSS
  • Data Structure
  • Delphi
  • Design Pattern
  • Dojo
  • Dubbo
  • ELK
  • Flex
  • football
  • Game
  • Hadoop
  • Hibernate
  • HTML
  • Hybrid
  • Intel
  • IOS
  • Ipad
  • iPhone
  • Java
  • Javascript
  • Jetty
  • JQuery
  • Jsp
  • Linux
  • Load Balance
  • Lua
  • Macbook
  • Macos
  • Mathematics
  • Micro Services
  • Monitoring
  • Motherboard
  • Mysql
  • Network Hardware
  • Network Marketing
  • Nginx
  • NodeJs
  • Nosql
  • Oracle
  • Os Theory
  • Performance
  • PHP
  • Postgresql
  • Power Designer
  • React
  • Redis
  • Regexp
  • Rom
  • Rss
  • Ruby
  • Search Engines
  • Shell Script
  • Silicon Valley
  • Silverlight
  • Software Design
  • Spring
  • Sql
  • Sqlite
  • Sqlserver
  • Storage
  • Storm
  • Surface
  • SVN
  • Swift
  • System Architecture
  • Tablet
  • Uncategorized
  • Unix
  • Visual Basic
  • Visual Studio
  • Web Crawler
  • WebService
  • Windows
  • Wireless
  • XML
  • ZooKeeper
Archives
  • October 2021
  • September 2021
  • August 2021
  • May 2021
  • April 2021
  • September 2020
  • September 2019
  • August 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
© Simon Technology Blog 2025 • ThemeCountry Powered by WordPress