Categories
- agile (3)
- algorithms (62)
- cheatsheets (2)
- css (29)
- data structures (22)
- download (3)
- dynamic programming (1)
- featured (46)
- flex 3 (25)
- Graphs (10)
- javascript (139)
- micro tutorial (204)
- PHP (113)
- portfolio (5)
- quiz (7)
- snippets (7)
- video (1)
- web development (168)
- zend framework (82)
Tag Archives: Selection sort
Computer Algorithms: Bubble Sort
Overview It’s weird that bubble sort is the most famous sorting algorithm in practice since it is one of the worst approaches for data sorting. Why is bubble sort so famous? Perhaps because of its exotic name or because it … Continue reading
Posted in algorithms
Tagged Bubble sort, Discrete mathematics, DOM, famous sorting algorithm, Heapsort, ineffective algorithm, javascript, Mathematics, Merge sort, Order theory, PHP, Quicksort, Selection sort, slow ineffective algorithm, Sort, Sorting, Sorting algorithms, well known sorting algorithm
4 Comments
