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.

[DONGLE] [Data Structure] While loop and for loop

Recently, when dealing with the positioning of the sequence table in the data structure, I thought of using a for loop, but the textbook wrote a while loop, so I was confused. What should I use?

October 15, 2021By Simo Data Structure cycle, Data Structure, DONGLE, loopLeave 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] Copy of the complex chain table

Complex linked lists and single linked lists

First of all, I have to tell everyone[complex linked list] and [normal linked list] Some differences

but this is not very easy to describe

October 15, 2021By Simo Data StructureLeave a Comment

[Data Structure] Heap, Heap Realization Priority Queue, Stack Sort

1. What is a heap? Heap is a data structure. The bottom layer is an array object. It can be regarded as a complete binary tree structure.

The largest heap: each parent node is larger than th

October 15, 2021By Simo Data Structure Data Structure, heap, pile, priority, queue, realization, SORTLeave a Comment

[Data Structure] Linear Table: Python Language Description

1. Linear list Python’s list and tuple adopt the implementation technology of sequence table, which has all the properties of sequence table .

The node of the one-way link table is a two-tupl

October 15, 2021By Simo Data Structure Data Structure, Description, Language, linear, python, tableLeave a Comment

[Data Structure] Introduction Summary

Focus on summarizing the time complexity:

1. Concept

The frequency of a sentence refers to the repeated execution of the sentence in the algorithm frequency. The sum of the frequency of

October 15, 2021By Simo Data Structure Data Structure, Introduction, SummaryLeave a Comment

[Data Structure] Quick Sort

Select a reference element, usually select the first element or the last element, through a scan, divide the sequence to be sorted into two parts, one is smaller than the reference element, and the

October 15, 2021By Simo Data Structure Data Structure, rapid sortingLeave a Comment

[Data Structure] Buron Filter

1. The introduction of Bloom filter:
We know that finding a number in a large number of integers is done by using a bitmap Yes; if you want to find out whether a string is in a large number of st

October 15, 2021By Simo Data Structure cloth, Data Structure, filter, ridgeLeave 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

[Data Structure] Recursive Realization of Binary Tree

The concept of binary tree, I don’t want to talk about it here, but you need to know the basics of full binary tree, complete binary tree, etc.

Concept, enter the topic below.

First cre

October 15, 2021By Simo Data Structure binary tree, Data Structure, realization, recursionLeave a Comment

Posts navigation

Page 1 … Page 5 Page 6 Page 7 … 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