Skip to content

Commit

Permalink
P=NP..
Browse files Browse the repository at this point in the history
  • Loading branch information
beautyyuyanli committed Aug 5, 2020
1 parent 36fe7ca commit 8d1fa08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemes/computer-science.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ scheme_computer_science = {
//至少3个有关第一个学科的性质
prop: ['有限', '离散', '无后效'],
//至少6个有关第一个学科的概念
conc: ['N=NP猜想', 'AC自动机', '轮廓动态规划', '模拟退火', '哈密顿通路的证明', '最大流最小割定理'],
conc: ['P=NP猜想', 'AC自动机', '轮廓动态规划', '模拟退火', '哈密顿通路的证明', '最大流最小割定理'],
init: function (){
shuffle(this.stru);
shuffle(this.cele);
Expand Down

0 comments on commit 8d1fa08

Please sign in to comment.