1.0.38 • Published 5 years ago

data-structures-and-algorithms v1.0.38

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

5 years ago

1.0.37

5 years ago

1.0.36

5 years ago

1.0.35

5 years ago

1.0.34

5 years ago

1.0.33

5 years ago

1.0.32

5 years ago

1.0.31

5 years ago

1.0.30

5 years ago

1.0.29

5 years ago

1.0.28

5 years ago

1.0.27

5 years ago

1.0.26

5 years ago

1.0.25

5 years ago

1.0.24

5 years ago

1.0.23

5 years ago

1.0.22

5 years ago

1.0.21

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago