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

Tag: Data Structure

“Data Structure” Chapter 1 Introduction Knowledge Summary Map Terrace 1132-12

October 15, 2021By Simo Data Structure Chapter 1, Data Structure, Guide, illustration, Introduction, Knowledge, link, Summary, typeLeave a Comment

[Data Structure] Data Structure Overview

[Preface] Data structure as a basic knowledge for The importance of a good IT person is self-evident, but many friends feel that its content is difficult and much more difficult. Below we strive t

October 15, 2021By Simo Data Structure data, Data Structure, overview, structureLeave 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] Creation and Traverse of Binary Trees

#include #include #include #include #define OK 1#define ERROR 0#define TRUE 1#define FALSE 0#define MAXSIZE 100 /* Initial allocation of storage space*/typedef int Status;typedef char TElemType; /*

October 15, 2021By Simo Data Structure binary tree, creation, Data Structure, traversalLeave a Comment

[Data Structure] The rotation and insertion of the AVL tree

AVL tree

Left single rotation

Code implementation

void _RotateL(Node* parent) {Node* subR=parent->_right; Node* subRL=subR->_left; Node* ppNode=parent- >_parent; subR->_left=paren

October 15, 2021By Simo Data Structure AVL, Data Structure, insertion, rotation, TreeLeave a Comment

[Data Structure] Delete, Insert, and Finding of Binary Search Tree

The meaning of a binary search tree is that the value of each left child in this binary tree is smaller than its parent node, and the value of each right child is smaller than the parent node An or

October 15, 2021By Simo Data Structure Data Structure, delete, Find, Fork, INSERT, search, Tree, twoLeave a Comment

[Data Structure] hash table

HashTable-Hash Table/Hash Table is a data structure that directly accesses the memory storage location based on the key.
It uses a key value function to map the required data to the position in t

October 15, 2021By Simo Data Structure Data Structure, Hash, tableLeave a Comment

“Data Structure” Chapter 1: Introduction Thinking

October 15, 2021By Simo Data Structure Data Structure, first chapter, Guide, Introduction, Map, thinkingLeave a Comment

[Data Structure] Heap & Priority Queue

To be honest, when I looked at the data structure before, I didn’t pay more attention to the heap until now… .

Heap data structure is an array phenomenon, which can be regarded as a complet

October 15, 2021By Simo Data Structure Data Structure, heap, priority, queueLeave a Comment

[Data Structure] Simple traversal and basic operation of binary tree

1, construction

2, copy construction

3, destruction

4. depth

5, Number of leaves

6. Pre-order traversal recursive non-recursive

7, Middle-order traversal recursi

October 15, 2021By Simo Data Structure Basic, binary tree, Data Structure, operation, simple, traversalLeave a Comment

Posts navigation

Page 1 … Page 3 Page 4 Page 5 … Page 9
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