AlgoXY Versions Save

Book of Elementary Functional Algorithms and Data structures

v0.618030

8 years ago

0.618030 version includes:

Main book:

  • elementary-algorithms.pdf

Updated the following two chapters:

  • Queues
  • Sequences

v0.61803

8 years ago

0.61803 version includes:

Main book:

  • elementary-algorithms.pdf

Updated the following three chapters:

  • Binary heaps
  • Selection based sort
  • Binomial heap, Fibonacci heap and pairing heap.

v0.61802

9 years ago

0.61802 version includes:

Main book:

  • elementary-algorithms.pdf

The following three chapters are updated:

  • Radix tree,
  • Suffix tree
  • B-trees

v0.61801

9 years ago

0.61801 version includes:

Main book:

  • elementary-algorithms.pdf

The following three chapters are updated:

  • insertion sort;
  • AVL tree.

v0.6180

9 years ago

0.6180 version includes:

Main book:

  • elementary-algorithms.pdf

The following three chapters are updated:

  • preface;
  • binary search tree
  • red-black tree

v0.618

9 years ago

0.618 release includes:

Main book:

  • Elementary algorithms: elementary-algorithms.pdf

Problems:

  • Cycle detection problem: clist.pdf
  • Manacher's algorithm to find the longest palindromic sub-string: palindrome.pdf