1.0.38 • Published 6 years ago

data-structures-and-algorithms v1.0.38

Weekly downloads
6
License
MIT
Repository
github
Last release
6 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

6 years ago

1.0.37

6 years ago

1.0.36

6 years ago

1.0.35

6 years ago

1.0.34

6 years ago

1.0.33

6 years ago

1.0.32

6 years ago

1.0.31

6 years ago

1.0.30

6 years ago

1.0.29

6 years ago

1.0.28

6 years ago

1.0.27

6 years ago

1.0.26

6 years ago

1.0.25

6 years ago

1.0.24

6 years ago

1.0.23

6 years ago

1.0.22

6 years ago

1.0.21

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago