Skip to content

Releases: liuxinyu95/AlgoXY

v0.618030

07 Sep 09:23
Compare
Choose a tag to compare

0.618030 version includes:

Main book:

  • elementary-algorithms.pdf

Updated the following two chapters:

  • Queues
  • Sequences

v0.61803

27 May 02:58
Compare
Choose a tag to compare

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

27 Apr 08:55
Compare
Choose a tag to compare

0.61802 version includes:

Main book:

  • elementary-algorithms.pdf

The following three chapters are updated:

  • Radix tree,
  • Suffix tree
  • B-trees

v0.61801

17 Dec 08:37
Compare
Choose a tag to compare

0.61801 version includes:

Main book:

  • elementary-algorithms.pdf

The following three chapters are updated:

  • insertion sort;
  • AVL tree.

v0.6180

18 Nov 03:46
Compare
Choose a tag to compare

0.6180 version includes:

Main book:

  • elementary-algorithms.pdf

The following three chapters are updated:

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

v0.618

30 Sep 10:36
Compare
Choose a tag to compare

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