iamalaziz / dsa

Data Structures and Algorithms. [JS, TS]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

javascript-data-structures-and-algorithms

  • Singly Linked List methods:

    • push
    • pop
    • shift
    • unshift
    • get
    • set
    • insert
    • remove
    • reverse
  • Doubly Linked List

  • Recursion

  • Tree

    • insert, find, remove
    • tree traversal: BFS, DFS
    • DFS: pre-order, in-order, post-order
  • Sort

    • Merge Sort

About

Data Structures and Algorithms. [JS, TS]


Languages

Language:JavaScript 85.3%Language:TypeScript 14.7%