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

Category: Data Structure

Data structure is the way a computer stores and organizes data. Data structure refers to a collection of data elements that have one or more specific relationships with each other. Under normal circumstances, a carefully selected data structure can bring higher operating or storage efficiency. Data structure is often related to efficient retrieval algorithms and indexing techniques.

[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

[1509] [Data Structure] Windows Message Queue

#include #include #include #include using namespacestd; structnode { charname[1000]; int parameter; < span style="margin:0px; padding:0px; border:none; color:black; backgrou

October 15, 2021By Simo Data Structure Data Structure, Message, queue, windowsLeave 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] Recursive and non-recursion realization of binary search trees

1. What is a binary search tree

1. Each node has a key code (key) as the basis for searching, and the key codes of all nodes are different from each other.

2. The key code (key) of all

October 15, 2021By Simo Data Structure Data Structure, Fork, non-, realization, recursion, search, Tree, twoLeave a Comment

“Data Structure” Chapter 2 Linear Table Teaching Design 3

In this chapter, the total time is divided into Three parts to learn. This is the third part of instructional design.
Part III Linear Table Other Storage Structure Teaching Design

1. Pre-cl

October 15, 2021By Simo Data Structure chapter, Data Structure, design, linear, Second, table, teachingLeave 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

[DONGLE] [Data Structure] [Algorithm] Search the node and the number of leaf nodes

Recently, through doing data structure test questions, a lot of trees have appeared The number of nodes. Here is a summary of the algorithm for finding nodes:

Known one Lesson degree iskThe t

October 15, 2021By Simo Data Structure Algorithm, Data Structure, DONGLE, Leaf, Node, Number, seeking, TreeLeave a Comment

[Data Structure] Red Black Tree

The red-black tree is a binary search tree. It adds a storage bit to each node to indicate the color of the node, which can be red or It can be black. By constraining the color of any simple path f

October 15, 2021By Simo Data Structure black, Data Structure, red, TreeLeave 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

Posts navigation

Page 1 Page 2 Page 3 Page 4 … Page 10
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