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.

[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

[Data Structure] Bubble Sort

Compare adjacent elements. If the first one is bigger than the second one, swap the two of them. Do the same work for each pair of adjacent elements, from the first pair at the beginning to the l

October 15, 2021By Simo Data Structure bubble sort, Data StructureLeave a Comment

[Data Structure] Closing of the binary tree

The node structure of the binary tree is now redefined as follows: leftchild lefttag _date righttag rightchild where: when lefttag=0, leftchild points to the left child;

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

[Data Structure] CODE [VS] 2491 && Bzoj 3039 Jade Palace (single monoton)

Click to watch
Click to watch

The meaning of the question is to ask you to find the maximum submatrix sum
is the two-dimensional expansion of the maximum subsection sum
When doing it, yo

October 15, 2021By Simo Data Structure BZOJ, code, Data Structure, jade, monotonous, stack, VSLeave a Comment

“Data Structure” Experiment 1: Flexible Using the VC Programming Tool

. Experimental content 1. Design a program with a single file structure to input two numbers from the keyboard and output the results of the “sum” and “product” of the two. The requirements are as

October 15, 2021By Simo Data Structure Data Structure, experiment, flexible, one, programming, Second, tool, use, VCLeave a Comment

RW_ “Data Structure” 9-10 chapter [internal sort and lookup]

2016.09.03 –09.07
[Personal notes, there may be errors]

The notes about sorting or searching [this time Also]:
[1] Re-set search and sorting
[2] Implementation of internal sorting algori

October 15, 2021By Simo Data Structure chapter, Data Structure, interior, lookup, RW, SORTLeave a Comment

[Data Structure] File Compression Project

Project name: File compression

Development environment: vs2010

Data structure used:

1, heap

2, huffmantree Huffman tree

3, Huffmancode Huffman coding

4, object-o

October 15, 2021By Simo Data Structure compression, Data Structure, file, projectLeave a Comment

Posts navigation

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