Skip to content

Commit e5a994a

Browse files
peanut996Interview Platform Bot
andauthored
[BOT] Add 1 new question (#74)
[BOT] feat: Add 1 new question Co-authored-by: Interview Platform Bot <bot@example.com>
1 parent ef78d52 commit e5a994a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

data/questionBank.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5875,5 +5875,16 @@
58755875
],
58765876
"difficulty": "Medium",
58775877
"title": "Fork/Join在使用时有哪些注意事项?结合JDK中的斐波那契数列实例具体说明。"
5878+
},
5879+
{
5880+
"type": "Question",
5881+
"category": [
5882+
"Concurrency",
5883+
"并发",
5884+
"Operating System",
5885+
"操作系统"
5886+
],
5887+
"difficulty": "Medium",
5888+
"title": "进程间通信和线程间通信的几种方式和区别"
58785889
}
58795890
]

0 commit comments

Comments
 (0)