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] 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

[Data Structure] Big Data Processing Interview Solution

The idea of ​​big data processing is generally like this: Divide a file that cannot fit in the memory into small files according to a certain method, and then see if there is a suitable data struct

October 15, 2021By Simo Data Structure data processing, Data Structure, inspection, interview, large, methodLeave a Comment

[Data Structure] During the secondary line of the binary tree, a iterator is realized to traverse the binary tree.

1. Create a node of the binary tree

#pragma once #include#includeusing namespace std;enum PointerTag{ THREND, LINK,};templatestruct BinaryTreeThdNode{ typedef BinaryTreeThdNode Node; BinaryTr

October 15, 2021By Simo Data Structure binary tree, chemical, clues, Data Structure, ITERATION, Medium, one, order, realization, traversalLeave a Comment

HDU 4046 Panda [tree array] [data structure]

Subject link: http://acm.hdu.edu.cn/showproblem.php?pid=4046

——————— ——————————————.

Panda

Time Limit: 10000/4000 MS (Java/Others) Memory Limit: 32768/32768 K ( Java/Others)
Tot

October 15, 2021By Simo Data Structure array, Data Structure, HDU, PANDA, TreeLeave a Comment

[Data Structure] C language implementation single-link table

Implement a basic singly linked list in C language Structure First, we define a structure Node

typedef int DataType;typedef struct Node{ int data; struct Node* next;}Node,*PNode; In this stru

October 15, 2021By Simo Data Structure C language, Data Structure, Implementation, linked list, singleLeave a Comment

Posts navigation

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