Skip to content

asdFletcher/data-structures-and-algorithms

Repository files navigation

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:

About

Implementation of data structures and various associated challenges.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages