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] Sparse Matrix, Symmetric Matrix

Sparse matrix

in matrix, if the number of elements with a value of 0 is far more than the number of non-zero elements , The matrix is ​​called a sparse matrix

#include #include#include

October 15, 2021By Simo Data Structure Data Structure, Matrix, sparse, symmetricalLeave a Comment

[Data Structure] AVL Tree

AVL tree is a balanced search binary tree, which satisfies the nature of search tree (see article on binary search tree, link : Binary search tree), and meets the balance tree

Nature (left an

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

[Data Structure] Basic Operations on Single List

1. Initialization

//Create an empty single-linked list LinkList InitiateLinkList( ){ LinkList head; //Head pointer head = malloc(sizeof(node)); //Build a node dynamically, which is the head n

October 15, 2021By Simo Data Structure Basic, Calculation, Data Structure, single-strand, tableLeave a Comment

[Data Structure] Stack Surface Test – A Array Realizing Two Stacks

One ​​array to realize two stacks, there are several ways:

1. The odd-numbered positions of the array store the elements of one stack, and the even-numbered positions store the elements of th

October 15, 2021By Simo Data Structure array, Data Structure, Implementation, interview, one, Question, stack, twoLeave a Comment

“Data Structure” Introduction Thinking

October 15, 2021By Simo Data Structure Data Structure, diagram, Guide, Introduction, thinkingLeave a Comment

[Data Structure] CODE [VS] 4373 window (dual-end queue sliding window)

Click to get the window

The rubbish topic destroys my youth.

The word problem of the deque, the template problem of the sliding window?
Why are all playing simulations except me, I us

October 15, 2021By Simo Data Structure code, Data Structure, dual-end, queue, sliding, VS, windowLeave a Comment

[Data Structure] Traverse of the binary tree

/* * 1. Recursive and non-recursive implementation of preorder traversal* 2. Intermediate traversal Recursive and non-recursive implementations of * 3. Recursive and non-recursive implementations o

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

[DONGLE] [Data Structure] While loop and for loop

Recently, when dealing with the positioning of the sequence table in the data structure, I thought of using a for loop, but the textbook wrote a while loop, so I was confused. What should I use?

October 15, 2021By Simo Data Structure cycle, Data Structure, DONGLE, loopLeave a Comment

[Data Structure] Judging the legitimacy of the outlet order

A brief description of the problem

Given a stacking order, and then specify a stacking order, the legality of the stacking order is judged by the program.

The idea is as follows:

October 15, 2021By Simo Data Structure Data Structure, judgment, legitimacy, order, out, stackLeave a Comment

[Data Structure] Heap, Heap Realization Priority Queue, Stack Sort

1. What is a heap? Heap is a data structure. The bottom layer is an array object. It can be regarded as a complete binary tree structure.

The largest heap: each parent node is larger than th

October 15, 2021By Simo Data Structure Data Structure, heap, pile, priority, queue, realization, SORTLeave a Comment

Posts navigation

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