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

Macroscopically understand the content of data structure and have an overall understanding, so that knowledge can be linked and linked into a network. The understanding of knowledge will also be mo

October 15, 2021By Simo Data Structure Data Structure, macro, UnderstandingLeave a Comment

[Data Structure] SEGMENT TREE

Suppose we now have a very For large arrays, two operations must be performed repeatedly for the numbers in the array.

1, (query) randomly select an interval in this array, and find the sum o

October 15, 2021By Simo Data Structure Data Structure, line segment, Segment, TreeLeave a Comment

[Data Structure] AVL tree detailed

1. What is an AVL tree? AVL tree is also called balanced binary search tree. It can ensure the relative balance of the height of the binary tree, reduce the height of the binary tree as much as po

October 15, 2021By Simo Data Structure AVL, Data Structure, detailed explanation, TreeLeave a Comment

[Data Structure] bitmap

Bitmap

#pragma once#include#includeusing namespace std;class BitMap{public: BitMap(size_t range) {_bitMap.resize((range>>5) +1);} void Set(size_t x) { size_t index=x>>5; size_t num =x%32; /*s

October 15, 2021By Simo Data Structure bitmap, Data StructureLeave a Comment

[Data Structure] Establish Hufman Tree by Pile

Build a heap

#pragma once #include #include using namespace std;// Small pile templatestruct Less{ bool operator() (const T& l, const T& r) {return l struct Greater{ bool operator() (const T

October 15, 2021By Simo Data Structure build, Data Structure, HA, husband, Man, pile, Tree, utilizationLeave a Comment

[Data Structure] Recurrence and non-recursion of the binary tree

The test cases used in the code below are drawn as a tree and look like this:

When creating the tree, the array is given, and’#’ represents an illegal value , That is, the node is empty.

<

October 15, 2021By Simo Data Structure binary tree, creation, Data Structure, non-, recursion, Recursive, traversalLeave a Comment

[Data Structure] [Status Compression] Brush

Nothing else, I just want to remember those functions by myself

1>floyd+bitset optimization

#include
#include #include
using namespace std;
int n;
const int N=2003;
char s

October 15, 2021By Simo Data Structure Brush, Data Structure, questions, state compressionLeave a Comment

[Data Structure] – Time Complexity and Space Complexity

Before reading this article, it is recommended that you first read [Data Structure]-Macro Understanding, and have a Macro understanding. We usetime complexity and space complexity to analyze the al

October 15, 2021By Simo Data Structure complexity, Data Structure, space, timeLeave a Comment

[Data Structure] Tree and Binary Tree

Tree

Tree is a typical nonlinear data structure, It can be well applied to data collections that describe branching and hierarchical characteristics. It is a limited collection T composed of

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

[Data Structure] Pile-based priority queue

#include #include #include#include using namespace std ;templatestruct Big{ bool operator()(const T& l,const T& r) {return l>r; }};templatestruct Less{ bool operator()(const T& l,const T& r) {retur

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

Posts navigation

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