|
Литература |
- Donald E. Knuth. The Art of Computer Programming, volume 3. Massachusetts: Addison-Wesley, 1973.
Есть русский перевод: Д.Кнут. Искусство программирования для ЭВМ. Т.3. Изд-во “Мир”, М.1978.
- Thomas H. Cormen, Charles E. Leiserson, and Ronald L. Rivest. Introduction to Algorithms. New York:
McGraw-Hill, 1992.
- Alfred V. Aho, John E. Hopcroft, and Jeffrey D. Ullman. Data Structures and Algorithms. Massachusetts:
Addison-Wesley, 1983.
- Peter K. Pearson. Fast hashing of variable-length text strings. Communications of the ACM, 33(6): 677-680,
June 1990.
- William Pugh. Skip lists: A probabilistic alternative to balanced trees. Communications of the ACM,
33(6):668-676, June 1990.
Словарь
- sort by insertion - сортировка вставками
- array - массив
- linked list - линейный список
- comparison - сравнение
- in-place - на месте (без дополнительных массивов)
- stable sort - устойчивая сортировка
- underflow - вырождение
- overflow - переполнение
- red-black tree - красно-черное дерево
- skip list - разделенный список
- rotation - вращение
|
|
|
|
|