分享

Beat me, break me. Blog Archive ? Algorithms and Data Structures

 accesine 2005-10-18

Algorithms and Data Structures

Finite is it so far - I successfully finished the lecture ‘Algorithms and Data Structures’. Over the time I collected a lot of usefull links about several topics we discussed in AD.

Sorting algorithms:

For information about a lot of different sorting algorithms have a look at http:/// (German).

Avlsort, Bsort, Bitonicsort, Bitonic Mergesort, Bubblesort, Bucketsort, Combsort, Countingsort, Heapsort, Insertsort, Jumpsort, Mergesort, Minsort, MSsort, Oetsort, Partitsort, Plaselsort, Quicksort, Radixsort, Ripplesort, Selectsort, Shakersort, Shearsort, Shellsort, Simplesort, Tepifsort, Trippelsort

Hashing:

Trees:

Shortest Path Problem:

Minimum Spanning Tree (MST):

Traveling Salesman Problem (TSP):

Misc:

I also came across a nice book “Software Design Using C++” which explains the basics of C++ programming language, advanced topics of C++ and several implementations for data structures and algorithms. I did not look at the code and the C++ specific part of the book - anyway the algorithms and data structures are described quite well.

[…]

# Objects and Classes
# More Complex Object-Oriented Features
# Recursion (including recursive sorting algorithms)
# Pointers
# Linked Lists
# Stacks
# Queues

[…]

# Some Computer Science Theory
# Advanced Linked Lists
# Binary Trees
# Heaps and Heapsort
# Hash Tables
# B-Trees
# AVL Trees
# C++ Exceptions
# External Sorting

[…]

HTH

    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约

    类似文章 更多