这是关于可视化算法的电子书,高清,最新版本,经典著作,英文版
2020-03-04 03:01:32 9.23MB Algori
1
String algorithms are a traditional area of study in computer science. In recent years their importance has grown dramatically with the huge increase of electronically stored text and of molecular sequence data (DNA or protein sequences) produced by various genome projects. This 1997 book is a general text on computer algorithms for string processing. In addition to pure computer science, the book contains extensive discussions on biological problems that are cast as string problems, and on methods developed to solve them. It emphasises the fundamental ideas and techniques central to today's applications. New approaches to this complex material simplify methods that up to now have been for the specialist alone. With over 400 exercises to reinforce the material and develop additional topics, the book is suitable as a text for graduate or advanced undergraduate students in computer science, computational biology, or bio-informatics. Its discussion of current algorithms and techniques also makes it a reference for professionals.
2020-02-04 03:04:18 8.73MB Algori Algori
1
北航研究生算法课期末复习资料,算法历年试题,看这些题就够了!
2020-01-03 11:22:10 42KB BUAA algori
1
The Art of Computer Programming epub版本 英文4册全
2019-12-21 21:41:18 253.47MB algori
1
排序算法基础、改进综合: //冒泡排序 //定向冒泡[鸡尾酒]排序 //选择排序 //改进的选择排序 //直接插入排序 //二分插入排序 //希尔排序 //自顶向下地归并排序 //自底向上地归并排序 //堆排序 //快速排序 //改进的快速排序:三向切分快速排序
2019-12-21 21:08:48 12KB sort algori
1