sevketsayin / DSA_Practice_area

Data structures and algorithms with JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data structures and Algorithms

Data Structures

  • Linear Data Structures

    • LinkedLists

      • Singly LinkedLists
      • Doubly LinkedLists
    • Queues

    • Stacks

  • Complex Data Structures

    • HashMaps
    • Trees
    • Heaps
    • Graphs

Algorithms

  • Recursion
  • Asymptotic Notation
  • Bubble Sort
  • Merge Sort
  • Quick Sort
  • Search and Graph-Search Algorithms
    • Binary Search and Search Trees
    • Graph Traversals
    • Dijkstra's Algorithm

About

Data structures and algorithms with JavaScript


Languages

Language:JavaScript 100.0%