Skip to content

Commit a3a0a6d

Browse files
authored
Update README.md
1 parent ff05ab1 commit a3a0a6d

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
# Multiprocessor-Programming
1+
# Multiprocessor-Programming
2+
用于列车售票的可线性化并发数据结构
3+
class Ticket {
4+
long t i d ;
5+
String passenger ;
6+
int route ;
7+
int coach ;
8+
int seat ;
9+
int departure ;
10+
int a r r i v a l ;
11+
}

0 commit comments

Comments
 (0)