## 《挑战程序设计竞赛(第 2 版)》练习答案,TypeScript 版
### 运行
`npm install -g ts-node typescript` 切到文件目录 `ts-node 文件名`即可运行也可安装`Code Runner`插件右键 `Run Code`即可运行
### 调试
在根目录下运行`tsc --watch`生成 sourceMap 在 vscode 里面打上断点按 F5,运行环境选择 Node.js 即可开始调试
### 测试
根目录执行`yarn test` or `npm run test`即可
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
程序设计竞赛相关代码、设计文档、使用说明,供学习参考 程序设计竞赛相关代码、设计文档、使用说明,供学习参考 程序设计竞赛相关代码、设计文档、使用说明,供学习参考 程序设计竞赛相关代码、设计文档、使用说明,供学习参考 程序设计竞赛相关代码、设计文档、使用说明,供学习参考 程序设计竞赛相关代码、设计文档、使用说明,供学习参考 程序设计竞赛相关代码、设计文档、使用说明,供学习参考 程序设计竞赛相关代码、设计文档、使用说明,供学习参考 程序设计竞赛相关代码、设计文档、使用说明,供学习参考 程序设计竞赛相关代码、设计文档、使用说明,供学习参考 程序设计竞赛相关代码、设计文档、使用说明,供学习参考 程序设计竞赛相关代码、设计文档、使用说明,供学习参考 程序设计竞赛相关代码、设计文档、使用说明,供学习参考 程序设计竞赛相关代码、设计文档、使用说明,供学习参考 程序设计竞赛相关代码、设计文档、使用说明,供学习参考 程序设计竞赛相关代码、设计文档、使用说明,供学习参考 程序设计竞赛相关代码、设计文档、使用说明,供学习参考 程序设计竞赛相关代码、设计文档、使用说明,供学习参考 程序设计竞赛相关代码、设计文档、使用说明,供学习参考 程序设计竞赛相关代码、设计文档、使用说明,供学习参考 程序设计竞赛相关代码、设计文档、使用说明,供学习参考 程序设计竞赛相关代码、设计文档、使用说明,供学习参考 程序设计竞赛相关代码、设计文档、使用说明,供学习参考 程序设计竞赛相关代码、设计文档、使用说明,供学习参考
资源推荐
资源详情
资源评论
收起资源包目录
《挑战程序设计竞赛(第2版)》练习答案,TypeScript版.zip (101个子文件)
.gitignore 303B
jest.config.js 69B
tsconfig.json 5KB
package.json 498B
yarn.lock 155KB
README.md 448B
segment-tree-enhance.ts 4KB
bst-map.ts 3KB
IndexMinPQ.ts 3KB
segment-tree.ts 3KB
edge-weighted-graph.ts 2KB
number-of-regions.ts 2KB
oversized-knapsack-problem.ts 2KB
cast-lots.ts 2KB
binary-search.ts 2KB
knapsack-problem.ts 2KB
knapsack-problem1.ts 2KB
max-priority-queue.ts 2KB
graph.ts 2KB
sub-short-path.ts 2KB
food-chain.ts 2KB
kth-number.ts 1KB
min-dictionary-sequence-str.ts 1KB
min-refueling-times.ts 1KB
min-priority-queue.ts 1KB
fence-repair.ts 1KB
bst-map.test.ts 1KB
shortest-path.ts 1KB
edge.ts 1KB
LoopQueue.ts 1KB
lake-counting.ts 1KB
warshall-floyd.ts 1KB
union-find.ts 1KB
dijkstra.ts 1KB
longest-common-subsequence.ts 994B
two-color.ts 934B
prim.ts 870B
max-number-of-tasks.ts 839B
jessica-reading-problem.ts 834B
bellman-ford.ts 812B
reverse-pairs.ts 786B
min-number-of-marker-points.ts 785B
crazy-rows.ts 730B
aggressive-cows.ts 694B
sieve.ts 685B
maximum-unit-value.ts 684B
kruskal.ts 635B
min-number-of-coins-to-pay.ts 589B
4-values-whose-sum-is-0.ts 537B
cable-master.ts 517B
Bag.ts 513B
conscription.ts 489B
select-nums-sum-equal-to-k.ts 483B
min-priority-queue.test.ts 477B
cast-lots.test.ts 468B
multiple-partial-summation.ts 440B
permutation.ts 430B
two-color.test.ts 427B
segment-tree-enhance.test.ts 404B
lake-counting.test.ts 403B
crazy-rows.test.ts 369B
longest-increasing-subsequence.ts 367B
subsequence.ts 355B
segment-tree.test.ts 346B
knapsack-problem1.test.ts 294B
Map.ts 291B
knapsack-problem.test.ts 287B
4-values-whose-sum-is-0.test.ts 284B
min-dictionary-sequence-str.test.ts 272B
lower-bound.ts 265B
generateArr.ts 264B
kth-number.test.ts 263B
max-number-of-tasks.test.ts 262B
prime-factor.ts 261B
oversized-knapsack-problem.test.ts 260B
number-of-regions.test.ts 258B
union-find.test.ts 240B
subsequence.test.ts 236B
divisor.ts 234B
minimum-scalar-product.ts 231B
maximum-unit-value.test.ts 228B
minimum-scalar-product.test.ts 222B
min-refueling-times.test.ts 217B
select-nums-sum-equal-to-k.test.ts 215B
longest-common-subsequence.test.ts 212B
shuffle.ts 206B
min-number-of-coins-to-pay.test.ts 186B
lower-bound.test.ts 177B
aggressive-cows.test.ts 176B
UF.ts 174B
longest-increasing-subsequence.test.ts 162B
min-number-of-marker-points.test.ts 161B
cable.master.test.ts 149B
jessica-reading-problem.test.ts 146B
is-prime.ts 144B
fence-repair.test.ts 142B
Queue.ts 140B
gcd.ts 105B
Comparable.ts 99B
bipartite.txt 55B
共 101 条
- 1
- 2
资源评论
辣椒种子
- 粉丝: 4145
- 资源: 5768
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 打造最强的Java安全研究与安全开发面试题库,帮助师傅们找到满意的工作.zip
- (源码)基于Spark的实时用户行为分析系统.zip
- (源码)基于Spring Boot和Vue的个人博客后台管理系统.zip
- 将流行的 ruby faker gem 引入 Java.zip
- (源码)基于C#和ArcGIS Engine的房屋管理系统.zip
- (源码)基于C语言的Haribote操作系统项目.zip
- (源码)基于Spring Boot框架的秒杀系统.zip
- (源码)基于Qt框架的待办事项管理系统.zip
- 将 Java 8 的 lambda 表达式反向移植到 Java 7、6 和 5.zip
- (源码)基于JavaWeb的学生管理系统.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功