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] Iterator realizes the order of the binary tree

Iterator

templatestruct __TreeIterator{ typedef BinTreeNode Node; typedef __TreeIterator Self; __TreeIterator() {} __TreeIterator(Node* node) :_node(node) {} Ref operator*() {assert( _node);

October 16, 2021By Simo Data Structure binary tree, Data Structure, ITERATION, middle, order, realization, traversLeave a Comment

[Data Structure] Nonlinear Structure – Tree (Basic Concept)

The standard definition of a tree: a finite set containing n (n>0) nodes.

1. Each element in the set is called a node (Node)

2. There is a special node called Root

3. The node ele

October 16, 2021By Simo Data Structure basic concept, Data Structure, nonlinear, structure, TreeLeave a Comment

[Data Structure] Automatic machine for multiple target strings matching

Based on the number of tries, the suffix automaton introduces the parent node parent, prefix nxt, subsequent child[], matching The number of words cnt, where child[i] is the node to jump to when th

October 16, 2021By Simo Data Structure automaton, Data Structure, for, matching, multiple, search, strings, targetsLeave a Comment

First homework: “Data Structure” Chapter 1 Introduction Knowledge Structure

“Data Structure” Chapter 1 Introduction Knowledge Structure map

letter tube 1134 Class 05

October 16, 2021By Simo Data Structure Data Structure, First, first chapter, Guide, Homework, Introduction, knowledge structure, MapLeave a Comment

[Data Structure] Non-recurable traversal binary tree

Because the recursion is achieved through the stack, although the recursive code sometimes looks simpler, then the recursion is too deep and it will be created p> Stack overflow. So we can achieve

October 16, 2021By Simo Data Structure binary tree, Data Structure, non-recursion, traversalLeave a Comment

[Data Structure] Insert and deletion of sequence table, single-link table, loop chain list

Next, I will summarize the single linked list and circular linked list Insert and delete methods and specific codes. The map is as follows
< /p> Order table insert Steps:First move the node one

October 16, 2021By Simo Data Structure Data Structure, delete, insertion, linked list, loop, order, single, tableLeave a Comment

[Data Structure] Implementation of Static Links (C Language Description)

#include #include “stdlib.h”#define OK 1#define ERROR 0#define TRUE 1#define FALSE 0#define MAXSIZE 1000 // Define linear table Maximum capacity typedef int Status; typedef int ElemType; // Define

October 16, 2021By Simo Data Structure C language, Data Structure, Description, Implementation, linked list, staticLeave a Comment

[Data Structure] Mo Team (2)

Today’s content is Bring the repair team.

Momo bought a set of N color pens (some of them may be the same color), arranged in a row, you need to answer Momo’s question. Momo will issue you th

October 16, 2021By Simo Data Structure Data Structure, Mo, TeamLeave a Comment

Jumping table Skiplist [data structure] principle and implementation

Why Jump Table Currently, the balanced data structures often used are: B-tree, red-black tree, AVL Tree, Splay Tree, Treep, etc.

Imagine giving you a piece of scratch paper, a pen, and an edi

October 16, 2021By Simo Data Structure Data Structure, Implementation, Jumping, principle, Skiplist, tableLeave a Comment

[HDU 3328] [Data Structure] Flipper

is a problem of flipping the brand. It is a little cumbersome to write, because it is only a laboratory water problem, so it is not optimized. L is flipped from the far left and overlaid on the sec

October 15, 2021By Simo Data Structure Data Structure, Flipper, HDU 3328Leave a Comment

Posts navigation

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