/the-algorithm-portfolio

A portfolio for data structures

Primary LanguageJavaScriptMIT LicenseMIT

Data Structures Portfolio 🔥

I decided to build this website because I want to make the process of learning data structures fun, by creating a visually appealing UI where you can enter arguments and get the desired result. :)

Bundler:

ParcelJS

Features:

  • ES6 and for loops (map,filter,reduce to be added later on)
  • Types

Data Structures:

  • List (array)
  • Linkedlist
  • Fibonacci

Advanced:

  • Bubblesort
  • Quicksort
  • Binary tree
  • HashTable
  • Stack
  • Queue
  • Graph
  • BinarySearchTree
  • More to be added soon!