## 《挑战程序设计竞赛(第 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
资源评论
辣椒种子
- 粉丝: 4275
- 资源: 5837
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 4b092基于SpringBoot+Vue的阿坝州旅游.zip
- 气动重型抓取机器人sw18可编辑全套技术资料100%好用.zip
- 4b099基于Springboot的宠物共享平台_vue.zip
- 4b097基于web的可追溯果蔬生产过程的管理系统_springboot+vue.zip
- 4b098基于springboot的协作机器人门户网站_vue.zip
- 4b102基于springboot的社区药房系统_vue.zip
- 4b100个人财务管理系统_springboot+vue.zip
- 4b101电话卡分销_springboot+vue.zip
- 2-win11局域网共享-打印机共享工具箱
- 4b105远程教育网站-springboot+vue.zip
- 4b106房屋租赁管理系统_springboot+vue.zip
- 4b104校园部门资料管理系统_springboot+vue.zip
- 年终总结汇报模板.pptx
- (仿真原件+报告)下垂控制-基于T型三电平逆变器的下垂控制,电压电流双闭环,采用LCL滤波,SPWM调制方式 1.提供simulink仿真源文件 2.提供下垂控制原理与下垂系数计算方法 3.中点平衡控
- 百度热力图定量数据csv,shp,tif 北京市20201018日16点
- 4b107摄影师社区-springboot+vue.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功