摘要: Despription Triangulation of surfaces has applications in the Finite Element Method of solid mechanics. The objective is to estimate the stress and st 阅读全文
posted @ 2020-01-04 20:37 飞翔的菜鸟123 阅读(190) 评论(0) 推荐(0) 编辑
摘要: Description You are given the task to design a lighting system for a huge conference hall. After doing a lot of calculation & sketching, you have figu 阅读全文
posted @ 2019-12-30 19:49 飞翔的菜鸟123 阅读(133) 评论(0) 推荐(0) 编辑
摘要: String Searching Algorithms Horspool:看pattern每个字符和最后一位字符的距离 Boyer-Moyer:看pattern小字符串和最后一个字符的距离 KMP:看状态转移 单模匹配--KMP 定义两个字符串text和pattern,pattern不断位移的过程中 阅读全文
posted @ 2019-12-28 17:09 飞翔的菜鸟123 阅读(173) 评论(0) 推荐(0) 编辑
摘要: Descriprion If you smiled when you see the title, this problem is for you ^_^)For those who don’t know KTV, see: http://en.wikipedia.org/wiki/Karaoke_ 阅读全文
posted @ 2019-12-23 14:00 飞翔的菜鸟123 阅读(207) 评论(0) 推荐(0) 编辑
摘要: Problem Description Problems that require minimum paths through some domain appear in many different areas of computer science. For example, one of th 阅读全文
posted @ 2019-12-21 19:49 飞翔的菜鸟123 阅读(322) 评论(0) 推荐(0) 编辑
摘要: 题目 John Doe, a skilled pilot, enjoys traveling. While on vacation, he rents a small plane and starts visiting beautiful places. To save money, John mu 阅读全文
posted @ 2019-12-18 14:49 飞翔的菜鸟123 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 题目 Secret agent Maria was sent to Algorithms City to carry out an especially dangerous mission. After several thrilling events we find her in the firs 阅读全文
posted @ 2019-12-17 20:11 飞翔的菜鸟123 阅读(270) 评论(0) 推荐(0) 编辑
摘要: 1048 Longest String Chain Given a list of words, each word consists of English lowercase letters. Let's say word1 is a predecessor of word2 if and onl 阅读全文
posted @ 2019-12-15 19:56 飞翔的菜鸟123 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 优先队列的使用 阅读全文
posted @ 2019-12-14 13:53 飞翔的菜鸟123 阅读(209) 评论(0) 推荐(0) 编辑
摘要: 算法 类型 Structure function 备注 不变序列算法O(n) 顺序容器/关联容器均适用 iterator min_element(iterator first, iterator last[,Pred op]) iterator max_element(iterator first, 阅读全文
posted @ 2019-12-13 20:58 飞翔的菜鸟123 阅读(279) 评论(0) 推荐(0) 编辑