/ts-algo

Algorithms and Data Structures implemented in TypeScript

Primary LanguageTypeScript

ts-algo

A collection of algorithms and data structures implemented in TypeScript.

Algorithms: Cryptography

  • Atbash Cipher
  • Caesar Cipher
  • Playfair Cipher
  • ROT13

Algorithms: Images

  • Image Data Manipulation

Algorithms: Search

  • Binary Search
  • Exponential Search
  • Interpolation Search
  • Jump Search
  • Linear Search

Algorithms: Sort

  • Bubble Sort
  • Heap Sort
  • Insertion Sort
  • Merge Sort
  • Quick Sort
  • Radix Sort
  • Selection Sort

Data Structures

  • AVL Tree
  • Array List
  • Binary Search Tree
  • Bloom Filter
  • Hash Table
  • Linked List