1.0.38 • Published 7 years ago

data-structures-and-algorithms v1.0.38

Weekly downloads
6
License
MIT
Repository
github
Last release
7 years ago

data-structures-and-algorithms

Implementation of data structures and various associated code challenges.

Created by: Fletcher LaRue

LinkedIn

Select data structures are included in an NPM package: NPM package

Binary Trees:

  • Binary search tree (BST)

    • A standard binary search tree
    • Includes tests
    • Includes readme
  • AVL Tree

    • A self-balancing binary search tree, which saves node height
    • Includes tests
    • Includes readme
  • Splay Tree

    • A self-balancing binary search tree, which doesn't save height information
    • Includes tests
    • Includes readme
  • Red Black Tree

    • A self-balancing binary search tree, which doesn't save height information, and has parent pointers
    • Includes tests
    • Includes readme

Sorting algorithms:

1.0.38

7 years ago

1.0.37

7 years ago

1.0.36

7 years ago

1.0.35

7 years ago

1.0.34

7 years ago

1.0.33

7 years ago

1.0.32

7 years ago

1.0.31

7 years ago

1.0.30

7 years ago

1.0.29

7 years ago

1.0.28

7 years ago

1.0.27

7 years ago

1.0.26

7 years ago

1.0.25

7 years ago

1.0.24

7 years ago

1.0.23

7 years ago

1.0.22

7 years ago

1.0.21

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago