Toggle navigation
Maizi's Blog
Home
Archives
Tags
About
Tag
Hey, this is Maizi.
Algorithm
Sorting
Binary Tree
Queue
LinkList
Dynamic planning
Algorithm
A few algorithm about array sorting
bubble sorting | choosing sorting | inserting sorting
A few algorithm about array sorting
shell sorting | fast sorting | merging sorting
A few algorithm about array sorting
binary-tree sorting | stack sorting
A question about how to judge an array is the back sequence of a binary tree
know everything about the binary tree can do it easily
A question about how to travel a binary tree in layer sequence
select a right data structure can solve it easily
A question about how to build a binary tree from its front traval sequence and middle travel sequence
know everything about the binary tree can do it easily
A question of interview about egg casting from microsoft
use algorithm of dynamic planning can easily deal with it
A question of interview from DIDI-BUS
a simple question, but lots of people thought in a complicated way...
Sorting
A few algorithm about array sorting
bubble sorting | choosing sorting | inserting sorting
A few algorithm about array sorting
shell sorting | fast sorting | merging sorting
A few algorithm about array sorting
binary-tree sorting | stack sorting
Binary Tree
A question about how to judge an array is the back sequence of a binary tree
know everything about the binary tree can do it easily
A question about how to travel a binary tree in layer sequence
select a right data structure can solve it easily
A question about how to build a binary tree from its front traval sequence and middle travel sequence
know everything about the binary tree can do it easily
Queue
A question about how to travel a binary tree in layer sequence
select a right data structure can solve it easily
LinkList
A question about how to travel a binary tree in layer sequence
select a right data structure can solve it easily
Dynamic planning
A question of interview about egg casting from microsoft
use algorithm of dynamic planning can easily deal with it