My Data Structure Assignment

数据结构作业(My data structure assignment at college)

作业:

#1st

#2nd

#3rd

#4th

#5th

#6th

习题:

点击跳转到习题文件夹 Click to jump to the exercise folder

Insert data into an increment Sequence List without breaking its order

Compare 2 sqlists(A,B)

Remove a interval between minv and maxv from a increment sllist

Combine 2 link-lists sll1 and sll2, which are non-decreasing, to a non-increasing sll3 by using the space of sll1 and sll2

Remove all of the elements which are also present in sqlist B and sqlist C from sqlist A

Brackets Matching : () , [] and {}

Transform an expression from nifix form to reverse polish form

Implement the Initialization, Enqueue, Dequeue of a link-list-based round-robin queue